コード例 #1
0
ファイル: imageTest.php プロジェクト: weareathlon/silla.io
 /**
  * @covers Core\Helpers\Image::getSize
  */
 public function testGettingSize()
 {
     $this->assertInternalType('array', Image::getSize($this->imagePath));
 }