| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 15 | class NginxTest extends \PHPUnit\Framework\TestCase |
||
|
|
|||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var \FunctionalTester |
||
| 19 | */ |
||
| 20 | protected $tester; |
||
| 21 | |||
| 22 | protected function setUp() |
||
| 23 | { |
||
| 24 | $this->tester = new Tester($this); |
||
| 25 | $this->tester->clean = true; |
||
| 26 | } |
||
| 27 | |||
| 28 | protected function tearDown() |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testMinimal() |
||
| 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