Skip to content

Commit 78f1bb1

Browse files
committed
chore(deps-dev): update graham-campbell/testbench to ^5.7
1 parent fdacefc commit 78f1bb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jolicode/jolinotif": "^2.0"
1111
},
1212
"require-dev": {
13-
"graham-campbell/testbench": "^5.5",
13+
"graham-campbell/testbench": "^5.7",
1414
"phpunit/phpunit": "^8.5.8|^9.0"
1515
},
1616
"authors": [

tests/AbstractTestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ abstract class AbstractTestCase extends AbstractPackageTestCase
2424
/**
2525
* Get the service provider class.
2626
*
27-
* @param \Illuminate\Contracts\Foundation\Application $app
2827
* @return string
2928
*/
30-
protected function getServiceProviderClass($app)
29+
protected function getServiceProviderClass()
3130
{
3231
return LaravelDesktopNotifierServiceProvider::class;
3332
}

0 commit comments

Comments
 (0)