| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class TestCase extends OrchestraTestCase |
||
| 22 | { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Load package alias |
||
| 26 | * |
||
| 27 | * @param \Illuminate\Foundation\Application $app |
||
| 28 | * |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | protected function getPackageAliases($app) |
||
| 36 | ]; |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Load package service provider |
||
| 41 | * |
||
| 42 | * @param \Illuminate\Foundation\Application $app |
||
| 43 | * |
||
| 44 | * @return array |
||
| 45 | */ |
||
| 46 | protected function getPackageProviders($app) |
||
| 52 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.