Skip to content

Commit

Permalink
DBP: Laravel 5.1+ support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jan 29, 2017
1 parent 6248a4b commit 305f5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ protected function boot()
$app->shouldReceive('runningInConsole')->zeroOrMoreTimes()->withNoArgs()->andReturn($this->runningInConsole());

$provider = new DbProfilerServiceProvider($app);
$provider->register();
$provider->boot();
}

Expand Down

0 comments on commit 305f5c3

Please sign in to comment.