Ejemplo n.º 1
0
 /**
  * @covers ::lastInsertId
  */
 public function testLastInsertIdThrowsUnsupportedException()
 {
     $this->setExpectedException(UnsupportedException::class);
     $this->pdo->lastInsertId();
 }