Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | abstract class TestCase extends OrchestraTestCase |
||
12 | { |
||
13 | use Reflections; |
||
|
|||
14 | |||
15 | /** |
||
16 | * Setup the test environment. |
||
17 | */ |
||
18 | protected function setUp(): void |
||
27 | ]); |
||
28 | |||
29 | // $this->app->bind(UserRepository::class, UserRepositoryEloquent::class); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Register factories. |
||
34 | * |
||
35 | * @param string $path |
||
36 | * |
||
37 | * @return void |
||
38 | */ |
||
39 | protected function registerEloquentFactoriesFrom($path): void |
||
44 |
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