| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | public function testParts() |
||
| 39 | { |
||
| 40 | $this->assertEquals(Order::MB, $this->desktop->getComponent(Motherboard::class)->getValue()); |
||
| 41 | $this->assertEquals(Order::CPU, $this->desktop->getComponent(Cpu::class)->getValue()); |
||
| 42 | $this->assertEquals(Order::RAM, $this->desktop->getComponent(Ram::class)->getValue()); |
||
| 43 | $this->assertEquals(Order::GPU, $this->desktop->getComponent(Gpu::class)->getValue()); |
||
| 44 | $this->assertEquals(Order::SSD, $this->desktop->getComponent(Ssd::class)->getValue()); |
||
| 45 | $this->assertEquals(Order::HDD, $this->desktop->getComponent(Hdd::class)->getValue()); |
||
| 46 | } |
||
| 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