Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class BasicTest extends AStorageTests |
||
11 | { |
||
12 | /** |
||
13 | * @throws AuthException |
||
14 | */ |
||
15 | public function testFiles(): void |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @throws AuthException |
||
29 | */ |
||
30 | public function testFilesOpenCrash(): void |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @throws AuthException |
||
40 | */ |
||
41 | public function testFilesCloseCrash(): void |
||
49 |