Skip to content

Commit baf7955

Browse files
committed
Tests\LaravelAmqpTestBase::getPackageProviders Orchestra compatibility issue fixed
1 parent f9c2b31 commit baf7955

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/LaravelAmqpTestBase.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ protected function getEnvironmentSetUp($app)
4343
}
4444

4545
/**
46-
* Get package providers. At a minimum this is the package being tested, but also
47-
* would include packages upon which our package depends, e.g. Cartalyst/Sentry
48-
* In a normal app environment these would be added to the 'providers' array in
49-
* the config/app.php file.
46+
* Get package providers.
47+
*
48+
* @param \Illuminate\Foundation\Application $app
5049
*
5150
* @return array
5251
*/
53-
protected function getPackageProviders()
52+
protected function getPackageProviders($app)
5453
{
5554
return [
5655
'Forumhouse\LaravelAmqp\ServiceProvider\LaravelAmqpServiceProvider',

0 commit comments

Comments
 (0)