/**
  * @test
  */
 public function deleteDummyFolderWithFolderNameConsistingOnlyOfNumbersDoesNotThrowAnException()
 {
     $dummyFolder = $this->fixture->createDummyFolder('123');
     $this->fixture->deleteDummyFolder($this->fixture->getPathRelativeToUploadDirectory($dummyFolder));
 }