Skip to content

Commit 305f5c3

Browse files
committed
DBP: Laravel 5.1+ support added.
1 parent 6248a4b commit 305f5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function boot()
8080
$app->shouldReceive('runningInConsole')->zeroOrMoreTimes()->withNoArgs()->andReturn($this->runningInConsole());
8181

8282
$provider = new DbProfilerServiceProvider($app);
83+
$provider->register();
8384
$provider->boot();
8485
}
8586

0 commit comments

Comments
 (0)