| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class SystemClockTest extends TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var DateTimeImmutableFactory&MockObject |
||
| 21 | */ |
||
| 22 | private DateTimeImmutableFactory $factory; |
||
| 23 | |||
| 24 | public function setUp(): void |
||
| 27 | } |
||
| 28 | |||
| 29 | public function testImplementsClockInterface(): void |
||
| 30 | { |
||
| 31 | $this->assertInstanceOf(ClockInterface::class, new SystemClock($this->factory)); |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @throws \Exception |
||
| 36 | */ |
||
| 37 | public function testNow(): void |
||
| 50 | } |
||
| 51 | } |
||
| 52 |
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