1
0
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:
David King
2012-11-16 09:23:57 -05:00
parent c9588572c9
commit 7691755883
16 changed files with 69 additions and 193 deletions

View File

@@ -0,0 +1,3 @@
foo_bar_controller:
pattern: /foo/bar
defaults: { _controller: foo_bar.controller:handle }

View File

@@ -0,0 +1,3 @@
services:
foo_bar.controller:
class: phpbb_ext_foo_bar_controller