mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 20:22:12 +00:00
Correct test to succeed
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->assertNotEquals('store', $response);
|
$this->assertEquals('store', $response);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testResourceCreate()
|
public function testResourceCreate()
|
||||||
|
|||||||
Reference in New Issue
Block a user