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.
1 parent 1b6fbd5 commit 2e94dcaCopy full SHA for 2e94dca
tests/TestCase.php
@@ -16,11 +16,6 @@ class TestCase extends AddonTestCase
16
17
protected string $addonServiceProvider = ServiceProvider::class;
18
19
- protected function getPackageProviders($app)
20
- {
21
- return array_merge(parent::getPackageProviders($app), [\Stillat\Proteus\WriterServiceProvider::class]);
22
- }
23
-
24
protected function resolveApplicationConfiguration($app)
25
{
26
parent::resolveApplicationConfiguration($app);
0 commit comments