summaryrefslogtreecommitdiffstats
path: root/tests/Router/Runner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Router/Runner')
-rw-r--r--tests/Router/Runner/ControllerTest.php5
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"
+ ]
];
}