32 protected function setUp() : void
35 $this->file_system_mock = $this->createMock(Filesystem::class);
42 for ($x = 0; $x < 100; $x++) {
43 $random_id =
$id_generator->getUniqueResourceIdentification();
46 $first_element = end($path_elements);
47 $last_path_element = end($path_elements);
48 foreach ($path_elements as $path_element) {
49 $characters = strlen($path_element);
50 $possible_combinations = self::COMBINATIONS ** $characters;
51 if ($path_element !== $last_path_element) {
52 $this->assertLessThanOrEqual($max, $possible_combinations);
53 $this->assertGreaterThan($min, $possible_combinations);
62 $this->
withImplementation($storage_handler, self::NESTING_256, self::NESTING_281474976710656);
68 $this->
withImplementation($storage_handler, self::NESTING_4096 - 1, self::NESTING_4096);
Class FileResourceHandler.
getIdentificationGenerator()
getContainerPathWithoutBase(ResourceIdentification $identification)
This is only the path of a ResourceIdentification inside the StorageLocation base path...
Class ResourceBuilderTest.
withImplementation(StorageHandler $h, int $min, int $max)
Class DirectoryNestingTest.
const NESTING_281474976710656
Class FileSystemStorageHandler.