Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Sep 7, 2023
1 parent 6a15d0d commit a5f9bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
3 changes: 1 addition & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ protected function view($name)
}

/**
* @param \Illuminate\Contracts\Foundation\Application $app
* @return string
*/
protected function getServiceProviderClass()
protected static function getServiceProviderClass(): string
{
return ServiceProvider::class;
}
Expand Down

0 comments on commit a5f9bc1

Please sign in to comment.