Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | class CommandTest extends \PHPUnit\Framework\TestCase |
||
|
|||
20 | { |
||
21 | /** |
||
22 | * @var Command |
||
23 | */ |
||
24 | protected $command; |
||
25 | |||
26 | protected $table = 'testAction'; |
||
27 | protected $columns = ['a' => 'b']; |
||
28 | |||
29 | protected function setUp() |
||
34 | ]); |
||
35 | } |
||
36 | |||
37 | protected function tearDown() |
||
39 | } |
||
40 | |||
41 | public function testInsert() |
||
47 |
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