コード例 #1
0
ファイル: RequestTest.php プロジェクト: norbe/framework
	/**
	 * @expectedException InvalidArgumentException
	 */
	public function testOptionException2()
	{
		$this->wrapper->setOption('foo', NULL);
	}