Skip to content

Commit

Permalink
Avoid phpunit error with PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Oct 7, 2020
1 parent 697e3ee commit 34dd974
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ExtendedPdoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,6 @@ public function testTransactions()

$actual = $this->pdo->fetchAll("SELECT * FROM pdotest");
$this->assertSame(11, count($actual));

return $rollBackResult;
}

/**
* @depends testTransactions
*/
public function testRollBack($rollBackResult)
{
$this->assertTrue($rollBackResult);
}

Expand Down

0 comments on commit 34dd974

Please sign in to comment.