Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class Test_Simple_Column extends WP_UnitTestCase { |
||
|
|||
14 | |||
15 | /** |
||
16 | * The ID of this plugin. |
||
17 | * |
||
18 | * @since 1.0.8 |
||
19 | * @access private |
||
20 | * @var string $plugin_name The ID of this plugin. |
||
21 | */ |
||
22 | private $plugin_name = 'simple-featured-image-column'; |
||
23 | |||
24 | /** |
||
25 | * The version of this plugin. |
||
26 | * |
||
27 | * @since 1.0.8 |
||
28 | * @access private |
||
29 | * @var string $version The current version of this plugin. |
||
30 | */ |
||
31 | private $version = '1.0.8'; |
||
32 | |||
33 | function setUp() { |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Test the columns method |
||
40 | * |
||
41 | * Test if the method columns exists. |
||
42 | * |
||
43 | * @since 1.0.8 |
||
44 | */ |
||
45 | public function test_method_type() { |
||
50 |
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