Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class StatusesTest extends \PHPUnit_Framework_TestCase { |
||
18 | /** |
||
19 | * Test transform. |
||
20 | * |
||
21 | * @dataProvider status_matrix_provider |
||
22 | */ |
||
23 | public function test_transform( $ems_status, $expected ) { |
||
24 | $status = Statuses::transform( $ems_status ); |
||
25 | |||
26 | $this->assertEquals( $expected, $status ); |
||
27 | } |
||
28 | |||
29 | public function status_matrix_provider() { |
||
33 | ); |
||
34 | } |
||
36 |
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