diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 22:48:28 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 22:48:28 +0200 |
commit | a470b6c519065b932b2e41e021df52cde7eaa848 (patch) | |
tree | 14af44a8f1957ad524a530185aed29fd2ea23000 /tests/controller/controller_test.php | |
parent | 10b23612e3df9b9efe901c6362b221e432c14791 (diff) | |
download | forums-a470b6c519065b932b2e41e021df52cde7eaa848.tar forums-a470b6c519065b932b2e41e021df52cde7eaa848.tar.gz forums-a470b6c519065b932b2e41e021df52cde7eaa848.tar.bz2 forums-a470b6c519065b932b2e41e021df52cde7eaa848.tar.xz forums-a470b6c519065b932b2e41e021df52cde7eaa848.zip |
[ticket/12480] Add subfolder/config/routing.yml which should not be found
PHPBB3-12480
Diffstat (limited to 'tests/controller/controller_test.php')
-rw-r--r-- | tests/controller/controller_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php index 550679ff07..998730589b 100644 --- a/tests/controller/controller_test.php +++ b/tests/controller/controller_test.php @@ -43,6 +43,8 @@ class phpbb_controller_controller_test extends phpbb_test_case $this->assertInstanceOf('Symfony\Component\Routing\Route', $routes->get('controller2')); $this->assertEquals('/foo/bar', $routes->get('controller2')->getPath()); + + $this->assertNull($routes->get('controller_noroute')); } public function test_controller_resolver() |