Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | abstract class StorageEngineAbstractTest extends UnitTestCase |
||
14 | { |
||
15 | use LocalFsBuilderTrait; |
||
16 | |||
17 | /** |
||
18 | * @param string|null $fs |
||
19 | * @param FilesystemOperator|null $fileSystem |
||
20 | * |
||
21 | * @return Storage |
||
22 | * |
||
23 | * @throws StorageException |
||
24 | * @throws ConfigException |
||
25 | * @throws \ReflectionException |
||
26 | */ |
||
27 | protected function buildSimpleStorageEngine( |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param Storage $engine |
||
42 | * @param string $fs |
||
43 | * @param FilesystemOperator $fileSystem |
||
44 | * |
||
45 | * @throws \ReflectionException |
||
46 | */ |
||
47 | protected function mountStorageEngineFileSystem( |
||
55 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.