Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class NginxControllerTest extends \PHPUnit\Framework\TestCase |
||
|
|||
19 | { |
||
20 | /** |
||
21 | * @var NginxController |
||
22 | */ |
||
23 | protected $object; |
||
24 | protected $ip = '1.1.1.1'; |
||
25 | |||
26 | protected function setUp() |
||
27 | { |
||
28 | $this->object = new NginxController('test', null); |
||
29 | } |
||
30 | |||
31 | protected function tearDown() |
||
32 | { |
||
33 | } |
||
34 | |||
35 | public function testConstruct() |
||
38 | } |
||
39 | } |
||
40 |
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