dedevillela /
Simple-Featured-Image-Column
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * Class SimpleTest |
||
| 4 | * |
||
| 5 | * @package Simple_Featured_Image_Column |
||
| 6 | */ |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Simple test case. |
||
| 10 | */ |
||
| 11 | class SimpleTest extends WP_UnitTestCase { |
||
|
0 ignored issues
–
show
|
|||
| 12 | |||
| 13 | /** |
||
| 14 | * A single example test. |
||
| 15 | */ |
||
| 16 | function test_simple() { |
||
|
0 ignored issues
–
show
|
|||
| 17 | // Replace this with some actual testing code... in the future! |
||
| 18 | $this->assertTrue( true ); |
||
| 19 | } |
||
| 20 | } |
||
| 21 |
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