Skip to content

Commit 2e94dca

Browse files
committed
get tests going again
1 parent 1b6fbd5 commit 2e94dca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ class TestCase extends AddonTestCase
1616

1717
protected string $addonServiceProvider = ServiceProvider::class;
1818

19-
protected function getPackageProviders($app)
20-
{
21-
return array_merge(parent::getPackageProviders($app), [\Stillat\Proteus\WriterServiceProvider::class]);
22-
}
23-
2419
protected function resolveApplicationConfiguration($app)
2520
{
2621
parent::resolveApplicationConfiguration($app);

0 commit comments

Comments
 (0)