Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class TestNotificationParser extends \WP_UnitTestCase { |
||
|
|||
9 | public function test_init() { |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Test parser |
||
21 | * |
||
22 | * @depends test_init |
||
23 | */ |
||
24 | public function test_parser( $simplexml ) { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Test values |
||
34 | * |
||
35 | * @depends test_parser |
||
36 | */ |
||
37 | public function test_values( $notification ) { |
||
47 |
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