コード例 #1
0
ファイル: ImageTest.php プロジェクト: zfury/cmf
 /**
  * Tests preparation of a given directory
  * @throws \Exception
  */
 public function testPrepareDirOriginal()
 {
     $imgPath = $this->imageService->imgPath(\Media\Service\Image::ORIGINAL, $this->imageId, $this->imageEntityData['extension']);
     $this->assertTrue($this->imageService->prepareDir($imgPath));
 }