| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 39 | public function testValues() |
||
| 40 | { |
||
| 41 | $this->assertEquals($this->getComputer()->changeSoftware('Mavericks')->getSoftware(), 'Mavericks'); |
||
| 42 | $this->assertEquals($this->getComputer()->increaseHdd()->getHdd(), 1000); |
||
| 43 | $this->assertEquals($this->getComputer()->increaseRam()->getRam(), 8192); |
||
| 44 | $this->assertEquals($this->getComputer()->overclockGpu()->getGpu(), 3072); |
||
| 45 | $this->assertEquals($this->getComputer()->overclockCpu()->getCpu(), 2500); |
||
| 46 | } |
||
| 56 |
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