Esempio n. 1
0
 /**
  * @expectedException \Propel\Runtime\Exception\PropelException
  */
 public function testFindPksCompositeKey()
 {
     $c = new ModelCriteria('bookstore', 'Propel\\Tests\\Bookstore\\BookListRel');
     $bookListRel = $c->findPks(array(array(1, 2)));
 }