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