Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class FilterTest extends WP_UnitTestCase { |
||
11 | |||
12 | /** |
||
13 | * Setup |
||
14 | * @return void |
||
15 | */ |
||
16 | public function setUp() { |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Test filter removal from classes. |
||
22 | * |
||
23 | * @covers \TwinDigital\WPTools\Filter::remove() |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | public function testRemove() { |
||
38 |
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