コード例 #1
0
ファイル: BindParamsTest.php プロジェクト: beberlei/yadif
 public function testBindParamsNotArrayThrowsException()
 {
     $this->setExpectedException("Yadif_Exception");
     $yadif = new Yadif_Container();
     $yadif->bindParams("notArray");
 }