Total Complexity | 7 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
6 | class FlyWebdavTest 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() |
||
32 | } |
||
33 | } |
||
34 | |||
35 | |||
36 | public function testGetProviderNoBaseuri() |
||
47 | } |
||
48 | } |
||
49 |