diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-11-19 20:54:14 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:13:26 +0100 |
commit | 48950be82bca0c85347f5aa1585de44c369780c6 (patch) | |
tree | 185f3117d1375ed64bd720eed5bf9bc4ecd592c7 /phpBB/config/test | |
parent | ac0ff219c61bd187dd3fbde5b6808624bd8ef077 (diff) | |
download | forums-48950be82bca0c85347f5aa1585de44c369780c6.tar forums-48950be82bca0c85347f5aa1585de44c369780c6.tar.gz forums-48950be82bca0c85347f5aa1585de44c369780c6.tar.bz2 forums-48950be82bca0c85347f5aa1585de44c369780c6.tar.xz forums-48950be82bca0c85347f5aa1585de44c369780c6.zip |
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'phpBB/config/test')
-rw-r--r-- | phpBB/config/test/routing/environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/test/routing/environment.yml b/phpBB/config/test/routing/environment.yml index 9ee3e5ae3a..0cddfb7521 100644 --- a/phpBB/config/test/routing/environment.yml +++ b/phpBB/config/test/routing/environment.yml @@ -1,2 +1,2 @@ core.default: - resource: "../default/routing.yml" + resource: "../../default/routing/routing.yml" |