Skip to content

Commit

Permalink
test: make green
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperLaiTW committed Nov 20, 2017
1 parent 3cfb90b commit 547663d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Providers/LaravelFbMessengerServiceProviderTest.php
Expand Up @@ -121,6 +121,8 @@ public function test_boot()
->once()
->andReturn($debug);

$this->applicationMock->config['view']['paths'] = [];

$provider = m::mock(LaravelFbMessengerServiceProvider::class.'[mergeConfigFrom]', [$this->applicationMock]);

$provider->boot();
Expand Down

0 comments on commit 547663d

Please sign in to comment.