コード例 #1
0
ファイル: ImageTest.php プロジェクト: norbe/framework
	/**
	 * @expectedException Nette\ArgumentOutOfRangeException
	 */
	public function testTypeToExtInvalidType()
	{
		Image::typeToExt(999999);
	}