Total Complexity | 4 |
Total Lines | 55 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | abstract class TestCase extends \PHPUnit\Framework\TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @var Aliases $aliases |
||
|
|||
14 | */ |
||
15 | protected $aliases; |
||
16 | |||
17 | /** |
||
18 | * @var ArrayLogger $logger |
||
19 | */ |
||
20 | protected $logger; |
||
21 | |||
22 | /** |
||
23 | * setUp |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | protected function setUp(): void |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * tearDown |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | protected function tearDown(): void |
||
43 | } |
||
44 | |||
45 | /** |
||
46 | * Invokes a inaccessible method. |
||
47 | * |
||
48 | * @param $object |
||
49 | * @param $method |
||
50 | * @param array $args |
||
51 | * @param bool $revoke whether to make method inaccessible after execution |
||
52 | * |
||
53 | * @return mixed |
||
54 | */ |
||
55 | protected function invokeMethod($object, $method, $args = [], $revoke = true) |
||
67 |
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