| Total Complexity | 6 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class FlyAzureTest extends \PHPUnit\Framework\TestCase |
||
| 7 | { |
||
| 8 | protected function setUp() : void |
||
| 9 | { |
||
| 10 | if( !class_exists( '\\League\\Flysystem\\Filesystem' ) ) { |
||
| 11 | $this->markTestSkipped( 'Install Flysystem first' ); |
||
| 12 | } |
||
| 13 | } |
||
| 14 | |||
| 15 | |||
| 16 | public function testGetProvider() |
||
| 27 | } |
||
| 28 | |||
| 29 | |||
| 30 | public function testGetProviderNoEndpoint() |
||
| 37 | } |
||
| 38 | |||
| 39 | |||
| 40 | public function testGetProviderNoContainer() |
||
| 49 |