|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class DirectoryNestingTest. More...
Inheritance diagram for ILIAS\ResourceStorage\Revision\DirectoryNestingTest:
Collaboration diagram for ILIAS\ResourceStorage\Revision\DirectoryNestingTest:Public Member Functions | |
| testMaxNestingV1 () | |
| testMaxNestingV2 () | |
Public Member Functions inherited from ILIAS\ResourceStorage\AbstractTestBase | |
| getDummyStream () | |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Protected Member Functions inherited from ILIAS\ResourceStorage\AbstractTestBase | |
| setUp () | |
| @inheritDoc More... | |
| getDummyUploadResult (string $file_name, string $mime_type, int $size) | |
| getDummyFileRevision (ResourceIdentification $id) | |
Protected Attributes | |
| MockObject | $file_system_mock |
Protected Attributes inherited from ILIAS\ResourceStorage\AbstractTestBase | |
| DummyIDGenerator | $id_generator |
| MockObject | $db_mock |
Private Member Functions | |
| withImplementation (StorageHandler $h, int $min, int $max) | |
Private Attributes | |
| const int | NESTING_256 = 256 |
| const int | NESTING_4096 = 4096 |
| const int | NESTING_281474976710656 = 281_474_976_710_656 |
| const int | COMBINATIONS = 16 |
Class DirectoryNestingTest.
Definition at line 35 of file DirectoryNestingTest.php.
|
protected |
@inheritDoc
Reimplemented from ILIAS\ResourceStorage\AbstractTestBase.
Definition at line 47 of file DirectoryNestingTest.php.
| ILIAS\ResourceStorage\Revision\DirectoryNestingTest::testMaxNestingV1 | ( | ) |
Definition at line 74 of file DirectoryNestingTest.php.
References ILIAS\ResourceStorage\Revision\DirectoryNestingTest\withImplementation().
Here is the call graph for this function:| ILIAS\ResourceStorage\Revision\DirectoryNestingTest::testMaxNestingV2 | ( | ) |
Definition at line 80 of file DirectoryNestingTest.php.
References ILIAS\ResourceStorage\Revision\DirectoryNestingTest\withImplementation().
Here is the call graph for this function:
|
private |
Definition at line 53 of file DirectoryNestingTest.php.
References ILIAS\ResourceStorage\AbstractTestBase\$id_generator, $path, ILIAS\ResourceStorage\StorageHandler\StorageHandler\getContainerPathWithoutBase(), ILIAS\ResourceStorage\StorageHandler\StorageHandler\getIdentificationGenerator(), and ILIAS\ResourceStorage\DummyIDGenerator\getUniqueResourceIdentification().
Referenced by ILIAS\ResourceStorage\Revision\DirectoryNestingTest\testMaxNestingV1(), and ILIAS\ResourceStorage\Revision\DirectoryNestingTest\testMaxNestingV2().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file DirectoryNestingTest.php.
|
private |
Definition at line 40 of file DirectoryNestingTest.php.
|
private |
Definition at line 37 of file DirectoryNestingTest.php.
|
private |
Definition at line 39 of file DirectoryNestingTest.php.
|
private |
Definition at line 38 of file DirectoryNestingTest.php.