Skip to content

Commit

Permalink
Remove this method "setUp" to simply inherit it.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Feb 3, 2025
1 parent 56cb3bd commit 8004e52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
use SciFY\LaravelCookiesConsent\LaravelCookiesConsentServiceProvider;

class TestCase extends Orchestra {
protected function setUp(): void {
parent::setUp();
}

protected function getPackageProviders($app) {
protected function getPackageProviders($app): array {
return [
LaravelCookiesConsentServiceProvider::class,
];
Expand Down

0 comments on commit 8004e52

Please sign in to comment.