| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| 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 | private $plugin_name = 'simple-featured-image-column'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * The version of this plugin. |
||
| 24 | * |
||
| 25 | * @since 1.0.0 |
||
| 26 | * @access private |
||
| 27 | * @var string $version The current version of this plugin. |
||
| 28 | */ |
||
| 29 | private $version = '1.0.8'; |
||
| 30 | |||
| 31 | function setUp() { |
||
| 32 | parent::setUp(); |
||
| 33 | $this->sfic = new Simple_Featured_Image_Column; |
||
| 34 | } |
||
| 35 | |||
| 36 | function create_post( $post = array() ) { |
||
| 44 | } |
||
| 45 | } |
||
| 46 |
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