| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 9 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 23 | class BuilderTest extends PHPUnit_Framework_TestCase |
||
| 24 | { |
||
| 25 | private ComputerInterface $desktop; |
||
| 26 | |||
| 27 | protected function setUp(): void |
||
| 28 | { |
||
| 29 | $employe = new Director(); |
||
| 30 | $this->desktop = $employe->build(new PCBuilder()); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testInstance() |
||
| 36 | } |
||
| 37 | |||
| 38 | public function testParts() |
||
| 46 | } |
||
| 47 | } |
||
| 48 |
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