- Array arguments are now longer automaticially merged.
- Added domain-route parameter unit-test.
This commit is contained in:
Simon Sessingø
2016-11-17 03:50:33 +01:00
parent b5f8d9410f
commit 73ee4521bc
10 changed files with 303 additions and 287 deletions

View File

@@ -18,7 +18,7 @@ class GroupTest extends PHPUnit_Framework_TestCase {
try {
\Pecee\SimpleRouter\SimpleRouter::start();
} catch(Exception $e) {
echo $e->getMessage();
// ignore RouteNotFound exception
}
$this->assertTrue($this->result);