diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-11-19 19:50:07 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:12:22 +0100 |
commit | dd4f2387fd2f4df0e1513c251c9044f5bef60618 (patch) | |
tree | cddc7f06ac3b2a54d6767e7e84bdd237ae073bf5 /tests/pagination/config/test | |
parent | 91daa736639fca67b2d330d0f20aabbd55eec2cf (diff) | |
download | forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.gz forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.bz2 forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.xz forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.zip |
[ticket/12620] Use the test environment for the tests
PHPBB3-12620
Diffstat (limited to 'tests/pagination/config/test')
-rw-r--r-- | tests/pagination/config/test/routing.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pagination/config/test/routing.yml b/tests/pagination/config/test/routing.yml new file mode 100644 index 0000000000..dd667274cd --- /dev/null +++ b/tests/pagination/config/test/routing.yml @@ -0,0 +1,6 @@ +core_controller: + pattern: /test + defaults: { _controller: core_foo.controller:bar, page: 1} +core_page_controller: + pattern: /test/page/{page} + defaults: { _controller: core_foo.controller:bar} |