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 b8755cc commit 90df0fdCopy full SHA for 90df0fd
tests/Provider/LaravelServiceProviderTest.php
@@ -8,7 +8,7 @@ public function testServiceProviderIsWorking()
8
{
9
$appMock = m::mock('Illuminate\Foundation\Application');
10
11
- $appMock->shouldReceive('bindShared')->with(
+ $appMock->shouldReceive('singleton')->with(
12
'apiconsumer',
13
m::type('Closure')
14
);
@@ -21,4 +21,4 @@ public function testServiceProviderIsWorking()
21
$provider->boot();
22
}
23
24
-}
+}
0 commit comments