mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 20:22:12 +00:00
revert change
This commit is contained in:
@@ -9,7 +9,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');
|
||||||
echo '$response: '.json_encode($response);
|
|
||||||
$this->assertEquals('store', $response);
|
$this->assertEquals('store', $response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user