Skip to content

Commit 90df0fd

Browse files
committed
Test: Update test for compatability with Laravel 5.2
1 parent b8755cc commit 90df0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Provider/LaravelServiceProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public function testServiceProviderIsWorking()
88
{
99
$appMock = m::mock('Illuminate\Foundation\Application');
1010

11-
$appMock->shouldReceive('bindShared')->with(
11+
$appMock->shouldReceive('singleton')->with(
1212
'apiconsumer',
1313
m::type('Closure')
1414
);
@@ -21,4 +21,4 @@ public function testServiceProviderIsWorking()
2121
$provider->boot();
2222
}
2323

24-
}
24+
}

0 commit comments

Comments
 (0)