| Total Complexity | 5 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class FlyPhpcrTest extends \PHPUnit\Framework\TestCase |
||
| 7 | { |
||
| 8 | protected function setUp() : void |
||
| 9 | { |
||
| 10 | if( !interface_exists( '\\League\\Flysystem\\FilesystemInterface' ) ) { |
||
| 11 | $this->markTestSkipped( 'Install Flysystem first' ); |
||
| 12 | } |
||
| 13 | } |
||
| 14 | |||
| 15 | |||
| 16 | public function testGetProvider() |
||
| 23 | } |
||
| 24 | |||
| 25 | |||
| 26 | public function testGetProviderRoot() |
||
| 42 | } |
||
| 43 | } |
||
| 44 |
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