mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Add Failing test
This commit is contained in:
@@ -10,7 +10,7 @@ class RouterResourceTest extends \PHPUnit\Framework\TestCase
|
|||||||
TestRouter::resource('/resource', 'ResourceController');
|
TestRouter::resource('/resource', 'ResourceController');
|
||||||
$response = TestRouter::debugOutput('/resource', 'post');
|
$response = TestRouter::debugOutput('/resource', 'post');
|
||||||
|
|
||||||
$this->assertEquals('store', $response);
|
$this->assertNotEquals('store', $response);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testResourceCreate()
|
public function testResourceCreate()
|
||||||
|
|||||||
Reference in New Issue
Block a user