Total Complexity | 3 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class TestCase extends OrchestraTestCase |
||
10 | { |
||
11 | |||
12 | /** |
||
13 | * @return void |
||
14 | */ |
||
15 | public function setUp(): void |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param Application $app |
||
25 | * @return array |
||
26 | */ |
||
27 | protected function getPackageProviders($app): array |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Define environment setup. |
||
34 | * |
||
35 | * @param Application $app |
||
36 | * @return void |
||
37 | */ |
||
38 | protected function getEnvironmentSetUp($app): void |
||
49 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.