Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
k.kalinin committed Sep 20, 2019
1 parent 74ad9d6 commit f3d74d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function testTransactionNestingBehavior() : void
self::assertEquals(0, $this->connection->getTransactionNestingLevel());
}
}
public function testTransactionNestingLevelIsResetOnReconnect(): void

public function testTransactionNestingLevelIsResetOnReconnect() : void
{
$this->connection->beginTransaction();
$this->connection->beginTransaction();
Expand Down

0 comments on commit f3d74d2

Please sign in to comment.