diff options
Diffstat (limited to 'tests/Router')
-rw-r--r-- | tests/Router/Runner/ControllerTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Router/Runner/ControllerTest.php b/tests/Router/Runner/ControllerTest.php index 365ed65..5045c4d 100644 --- a/tests/Router/Runner/ControllerTest.php +++ b/tests/Router/Runner/ControllerTest.php @@ -78,6 +78,11 @@ class ControllerTest extends \PHPUnit_Framework_TestCase 'foo--bar-zoo', "Can't route to controller 'Foo--barZooController': invalid classname" ], + [ + null, + 'Foo\Bar\zoo', + "Can't route to controller 'Foo\\\\bar\\\\zooController': invalid classname" + ] ]; } |