コード例 #1
0
ファイル: ErrorTest.php プロジェクト: kevinlondon/appfuel
 /**
  * @expectedException	InvalidArgumentException
  * @return null
  */
 public function testSetSeparatorBadSeparatorObj()
 {
     $this->error->setSeparator(new StdClass());
 }