| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class Test_Simple_Column extends WP_UnitTestCase { |
||
|
|
|||
| 12 | |||
| 13 | /** |
||
| 14 | * The ID of this plugin. |
||
| 15 | * |
||
| 16 | * @since 1.0.8 |
||
| 17 | * @access private |
||
| 18 | * @var string $plugin_name The ID of this plugin. |
||
| 19 | */ |
||
| 20 | |||
| 21 | private $plugin_name = 'simple-featured-image-column'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * The version of this plugin. |
||
| 25 | * |
||
| 26 | * @since 1.0.8 |
||
| 27 | * @access private |
||
| 28 | * @var string $version The current version of this plugin. |
||
| 29 | */ |
||
| 30 | private $version = '1.0.8'; |
||
| 31 | |||
| 32 | function setUp() { |
||
| 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