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.
graham-campbell/testbench
1 parent fdacefc commit 78f1bb1Copy full SHA for 78f1bb1
composer.json
@@ -10,7 +10,7 @@
10
"jolicode/jolinotif": "^2.0"
11
},
12
"require-dev": {
13
- "graham-campbell/testbench": "^5.5",
+ "graham-campbell/testbench": "^5.7",
14
"phpunit/phpunit": "^8.5.8|^9.0"
15
16
"authors": [
tests/AbstractTestCase.php
@@ -24,10 +24,9 @@ abstract class AbstractTestCase extends AbstractPackageTestCase
24
/**
25
* Get the service provider class.
26
*
27
- * @param \Illuminate\Contracts\Foundation\Application $app
28
* @return string
29
*/
30
- protected function getServiceProviderClass($app)
+ protected function getServiceProviderClass()
31
{
32
return LaravelDesktopNotifierServiceProvider::class;
33
}
0 commit comments