Ejemplo n.º 1
0
 /**
  * @covers ::closeCursor
  */
 public function testCloseCursorReturnsTrue()
 {
     $this->assertTrue($this->statement->closeCursor());
 }
Ejemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function errorInfo()
 {
     return $this->lastStatement === null ? null : $this->lastStatement->errorInfo();
 }