diff options
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" |