コード例 #1
0
ファイル: MogileTest.php プロジェクト: shupp/File_Mogile
 /**
  * Test invalid destination argument to reproxy()
  * 
  * @expectedException File_Mogile_Exception
  * @return void
  */
 public function testReproxyFail()
 {
     $this->assertNull($this->object->reproxy(5));
 }