Example #1
0
 /**
  * @depends           testPermitePesquisaEmMultiplosIndices
  * @expectedException Exception
  */
 public function testValidaEntradaParaMultiplosIndices($keywordsList)
 {
     $keywordsList[] = new \stdClass();
     $query = new Query();
     $query->setKeywords($keywordsList);
 }