Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
test: dump route list since it failed on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Oct 11, 2023
1 parent 1c8c170 commit 50ab71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ protected function disableRoute($app)
#[Group('routes')]
public function should_able_to_disable_routes()
{
/** @var \Countable */
$routes = Route::getRoutes();

$this->assertCount(1, $routes);
dump($routes->getRoutes());
$this->assertCount(1, $routes->getRoutes());
}
}

0 comments on commit 50ab71b

Please sign in to comment.