mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-15 18:23:26 +03:00
Fixed to unit tests
This commit is contained in:
@@ -7,7 +7,7 @@ class GroupTest extends PHPUnit_Framework_TestCase {
|
||||
|
||||
protected $result;
|
||||
|
||||
public function testGroup() {
|
||||
public function testGroupLoad() {
|
||||
|
||||
$this->result = false;
|
||||
|
||||
@@ -18,7 +18,7 @@ class GroupTest extends PHPUnit_Framework_TestCase {
|
||||
try {
|
||||
\Pecee\SimpleRouter\SimpleRouter::start();
|
||||
} catch(Exception $e) {
|
||||
|
||||
echo $e->getMessage();
|
||||
}
|
||||
|
||||
$this->assertTrue($this->result);
|
||||
|
||||
Reference in New Issue
Block a user