| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class LocateSourcesViaComposerJsonTest extends TestCase |
||
| 17 | { |
||
| 18 | /** @var LocateSourcesViaComposerJson */ |
||
| 19 | private $locateSources; |
||
| 20 | |||
| 21 | protected function setUp() : void |
||
| 22 | { |
||
| 23 | parent::setUp(); |
||
| 24 | |||
| 25 | $this->locateSources = new LocateSourcesViaComposerJson((new BetterReflection())->astLocator()); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testCanLocateClassInMappendAutoloadDefinitions() : void |
||
| 40 | ); |
||
| 41 | } |
||
| 43 |
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