mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 20:02:13 +00:00
Fix Typo
This commit is contained in:
@@ -209,7 +209,7 @@ class RouterRouteTest extends \PHPUnit\Framework\TestCase
|
|||||||
TestRouter::get('/test/{key}', 'DummyController@param');
|
TestRouter::get('/test/{key}', 'DummyController@param');
|
||||||
});
|
});
|
||||||
|
|
||||||
$response = TestRouter::debugOutputnoReset('/test', 'get');
|
$response = TestRouter::debugOutputNoReset('/test', 'get');
|
||||||
|
|
||||||
$this->assertEquals('world.com', $response);
|
$this->assertEquals('world.com', $response);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user