23 require_once(__DIR__ .
"/../AbstractTestBase.php");
75 protected function setUp(): void
78 $this->file_system_mock = $this->createMock(Filesystem::class);
85 for ($x = 0; $x < 100; $x++) {
89 $first_element = end($path_elements);
90 $last_path_element = end($path_elements);
91 foreach ($path_elements as $path_element) {
92 $characters = strlen($path_element);
93 $possible_combinations = self::COMBINATIONS ** $characters;
94 if ($path_element !== $last_path_element) {
95 $this->assertLessThanOrEqual($max, $possible_combinations);
96 $this->assertGreaterThan($min, $possible_combinations);
105 $this->
withImplementation($storage_handler, self::NESTING_256, self::NESTING_281474976710656);
111 $this->
withImplementation($storage_handler, self::NESTING_4096 - 1, self::NESTING_4096);
Class FileResourceHandler.
getIdentificationGenerator()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getContainerPathWithoutBase(ResourceIdentification $identification)
This is only the path of a ResourceIdentification inside the StorageLocation base path...
withImplementation(StorageHandler $h, int $min, int $max)
Class DirectoryNestingTest.
MockObject $file_system_mock
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const NESTING_281474976710656
Class ResourceBuilderTest.
getUniqueResourceIdentification()
DummyIDGenerator $id_generator
Class FileSystemStorageHandler.