Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 11, 2023
1 parent 16bd781 commit 0e15363
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/Browser/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
class RouteTest extends TestCase
{
/**
* Define environment setup.
* Define routes setup.
*
* @param Illuminate\Foundation\Application $app
* @param \Illuminate\Routing\Router $router
* @return void
*/
protected function defineEnvironment($app)
protected function defineRoutes($router)
{
$router = $app['router'];

$router->get('hello', ['uses' => function () {
return 'hello world';
}]);
Expand Down

0 comments on commit 0e15363

Please sign in to comment.