| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class TransactionTest extends DbalFunctionalTestCase |
||
| 10 | { |
||
| 11 | protected function setUp() : void |
||
| 12 | { |
||
| 13 | parent::setUp(); |
||
| 14 | |||
| 15 | if ($this->connection->getDatabasePlatform() instanceof MySqlPlatform) { |
||
| 16 | return; |
||
| 17 | } |
||
| 18 | |||
| 19 | $this->markTestSkipped('Restricted to MySQL.'); |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function tearDown() : void |
||
| 27 | } |
||
| 28 | |||
| 29 | public function testCommitFalse() : void |
||
| 40 |