コード例 #1
0
ファイル: ExifToolSpec.php プロジェクト: phpro/zf-filesystem
 public function let(Filesystem $filesystem, ExifTool $exifToolProcess)
 {
     parent::let($filesystem);
     $this->beConstructedWith($filesystem, $exifToolProcess);
 }
コード例 #2
0
ファイル: ImageInfoSpec.php プロジェクト: phpro/zf-filesystem
 public function let(Filesystem $filesystem)
 {
     parent::let($filesystem);
     $this->beConstructedWith($filesystem);
 }
コード例 #3
0
 public function let(Filesystem $filesystem, \Imagick $imagick)
 {
     parent::let($filesystem);
     $this->beConstructedWith($filesystem, $imagick);
 }