Skip to content

Commit

Permalink
[WIP] Fix functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otazniksk committed Jun 18, 2019
1 parent 2b2e51b commit 831c215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public function testTransactionBehaviour() : void
self::assertEquals(1, $this->connection->getTransactionNestingLevel());
self::assertTrue($this->connection->commit());
} catch (Throwable $e) {
$this->connection->rollBack();
self::assertEquals(0, $this->connection->getTransactionNestingLevel());
}

Expand Down

0 comments on commit 831c215

Please sign in to comment.