| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class RoaveBetterReflectionReflectorTest extends TestCase |
||
| 18 | { |
||
| 19 | private RoaveBetterReflectionReflector $reflector; |
||
| 20 | |||
| 21 | protected function setUp(): void |
||
| 22 | { |
||
| 23 | parent::setUp(); |
||
| 24 | |||
| 25 | $this->reflector = new RoaveBetterReflectionReflector( |
||
| 26 | new RoaveBetterReflectionFactory(), |
||
| 27 | ); |
||
| 28 | } |
||
| 29 | |||
| 30 | #[Test] |
||
| 36 | } |
||
| 37 | |||
| 38 | #[Test] |
||
| 46 |
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