Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 26, 2025
1 parent a4b8d1f commit 2564841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/DataCollector/RouteCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ protected function setUp(): void
$this->routeCollector = debugbar()->getCollector('route');
}

protected function getEnvironmentSetUp($app)
{
$app['config']->set('debugbar.collectors.route', true);

parent::getEnvironmentSetUp($app);
}

public function testItCollectsRouteUri()
{
$this->get('web/html');
Expand Down

0 comments on commit 2564841

Please sign in to comment.