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