mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[feature/controller] Adapt functional tests given new controller framework
PHPBB3-10864
This commit is contained in:
3
tests/functional/fixtures/ext/foo/bar/config/routing.yml
Executable file
3
tests/functional/fixtures/ext/foo/bar/config/routing.yml
Executable file
@@ -0,0 +1,3 @@
|
||||
foo_bar_controller:
|
||||
pattern: /foo/bar
|
||||
defaults: { _controller: foo_bar.controller:handle }
|
3
tests/functional/fixtures/ext/foo/bar/config/services.yml
Executable file
3
tests/functional/fixtures/ext/foo/bar/config/services.yml
Executable file
@@ -0,0 +1,3 @@
|
||||
services:
|
||||
foo_bar.controller:
|
||||
class: phpbb_ext_foo_bar_controller
|
Reference in New Issue
Block a user