示例#1
0
 /**
  * @expectedException PropelException
  */
 public function testFindPksCompositeKey()
 {
     $c = new ModelCriteria('bookstore', 'BookListRel');
     $bookListRel = $c->findPks(array(array(1, 2)));
 }