Skip to content

Commit 738f224

Browse files
committed
Fix warning about TestCase::getPackageProviders()
1 parent 2134300 commit 738f224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ class TestCase extends Orchestra\Testbench\TestCase {
55
/**
66
* Get package providers.
77
*
8+
* @param \Illuminate\Foundation\Application $app
89
* @return array
910
*/
10-
protected function getPackageProviders()
11+
protected function getPackageProviders($app)
1112
{
1213
return array(
1314
'Jenssegers\Mongodb\MongodbServiceProvider',

0 commit comments

Comments
 (0)