Beispiel #1
0
 protected function delete()
 {
     $this->blobGroup->delete();
     $this->assertNotTrue(File::exists($this->blobGroupPath));
 }
Beispiel #2
0
 /**
  * @param BlobGroup $group
  * @return string
  */
 protected function getBlobGroupPath(BlobGroup $group)
 {
     return $this->blobStorePath . '/' . urlencode($group->getName());
 }