Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
9 | abstract class TestCase extends TestbenchTestCase |
||
10 | { |
||
11 | protected function getPackageProviders(/** @scrutinizer ignore-unused */ $app): array |
||
12 | { |
||
13 | return [ServiceProvider::class]; |
||
14 | } |
||
15 | |||
16 | protected function getPackageAliases(/** @scrutinizer ignore-unused */ $app): array |
||
19 | } |
||
20 | |||
21 | protected function setUp(): void |
||
28 |