| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class TestCase extends BaseTestCase |
||
| 15 | { |
||
| 16 | function setUp() { |
||
| 17 | parent::setUp(); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param \Illuminate\Foundation\Application $app |
||
| 22 | * |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | protected function getPackageProviders($app) |
||
| 26 | { |
||
| 27 | return [ |
||
| 28 | SolarEdgeServiceProvider::class, |
||
| 29 | ]; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param \Illuminate\Foundation\Application $app |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | protected function getPackageAliases($app) |
||
| 40 | ]; |
||
| 41 | } |
||
| 42 | } |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths