コード例 #1
0
ファイル: ModelCriteriaTest.php プロジェクト: ketheriel/ETVA
 /**
  * @expectedException PropelException
  */
 public function testFindPksCompositeKey()
 {
     $c = new ModelCriteria('bookstore', 'BookListRel');
     $bookListRel = $c->findPks(array(array(1, 2)));
 }