Skip to content

Commit 2564841

Browse files
committed
Update test
1 parent a4b8d1f commit 2564841

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/DataCollector/RouteCollectorTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ protected function setUp(): void
1717
$this->routeCollector = debugbar()->getCollector('route');
1818
}
1919

20+
protected function getEnvironmentSetUp($app)
21+
{
22+
$app['config']->set('debugbar.collectors.route', true);
23+
24+
parent::getEnvironmentSetUp($app);
25+
}
26+
2027
public function testItCollectsRouteUri()
2128
{
2229
$this->get('web/html');

0 commit comments

Comments
 (0)