Skip to content

Commit

Permalink
Test: Update test for compatability with Laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etorofiev committed Jan 7, 2016
1 parent b8755cc commit 90df0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Provider/LaravelServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public function testServiceProviderIsWorking()
{
$appMock = m::mock('Illuminate\Foundation\Application');

$appMock->shouldReceive('bindShared')->with(
$appMock->shouldReceive('singleton')->with(
'apiconsumer',
m::type('Closure')
);
Expand All @@ -21,4 +21,4 @@ public function testServiceProviderIsWorking()
$provider->boot();
}

}
}

0 comments on commit 90df0fd

Please sign in to comment.