1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[feature/controller] Fix misnamed route for functional test

PHPBB3-10864
This commit is contained in:
David King
2012-11-19 13:16:55 -05:00
parent 01ec608593
commit 305f41cf1a

View File

@@ -11,5 +11,5 @@ foo_template_controller:
defaults: { _controller: foo_bar.controller:template } defaults: { _controller: foo_bar.controller:template }
foo_exception_controller: foo_exception_controller:
pattern: /foo/foo_exception pattern: /foo/exception
defaults: { _controller: foo_bar.controller:exception } defaults: { _controller: foo_bar.controller:exception }