mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/12620] Move the routing.yml file to routing/environment.yml
PHPBB3-12620
This commit is contained in:
6
tests/pagination/config/test/routing/environment.yml
Normal file
6
tests/pagination/config/test/routing/environment.yml
Normal file
@@ -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}
|
Reference in New Issue
Block a user