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