Fixed to unit tests

This commit is contained in:
Simon Sessingø
2016-11-15 05:57:04 +01:00
parent a13bcd4768
commit 9513e38009
4 changed files with 10 additions and 7 deletions

View File

@@ -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);