Total Complexity | 3 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class IDealIssuersParserTest extends WP_UnitTestCase { |
||
9 | /** |
||
10 | * Test init |
||
11 | */ |
||
12 | public function test_init() { |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Test parser |
||
24 | * |
||
25 | * @depends test_init |
||
26 | */ |
||
27 | public function test_parser( $simplexml ) { |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * Test values |
||
37 | * |
||
38 | * @depends test_parser |
||
39 | */ |
||
40 | public function test_values( $message ) { |
||
58 |
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