We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b8d1f commit 2564841Copy full SHA for 2564841
tests/DataCollector/RouteCollectorTest.php
@@ -17,6 +17,13 @@ protected function setUp(): void
17
$this->routeCollector = debugbar()->getCollector('route');
18
}
19
20
+ protected function getEnvironmentSetUp($app)
21
+ {
22
+ $app['config']->set('debugbar.collectors.route', true);
23
+
24
+ parent::getEnvironmentSetUp($app);
25
+ }
26
27
public function testItCollectsRouteUri()
28
{
29
$this->get('web/html');
0 commit comments