| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class DelegationTest extends PHPUnit_Framework_TestCase |
||
| 14 | { |
||
| 15 | private TeamLead $teamLead; |
||
| 16 | |||
| 17 | protected function setUp(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | public function testTeamLead() |
||
| 23 | { |
||
| 24 | $this->assertEquals("Some excellent code", $this->teamLead->writeCode()); |
||
| 25 | |||
| 26 | $this->teamLead->delegateTo($this->teamLead); |
||
| 27 | $this->assertEquals("Some excellent code", $this->teamLead->getCodeFromDeveloper()); |
||
| 28 | } |
||
| 29 | |||
| 30 | public function testMiddle() |
||
| 34 | } |
||
| 35 | |||
| 36 | public function testJunior() |
||
| 40 | } |
||
| 41 | } |
||
| 42 |
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