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