/** */ public function testRollbackTransactionException() { $this->setExpectedException('PHPUnit_Framework_Error', 'Transaction not started'); $this->object->rollbackTransaction(); }