From f7a2a6238b84a8c2707cf473ffcb8c4a052238aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Tue, 3 Nov 2020 19:34:50 +0100 Subject: [PATCH] Enable Oracle inconsistency test --- tests/JoinSqlTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/JoinSqlTest.php b/tests/JoinSqlTest.php index 56d3e7943..e1ddac192 100644 --- a/tests/JoinSqlTest.php +++ b/tests/JoinSqlTest.php @@ -138,10 +138,6 @@ public function testJoinSaving2(): void $this->db->connection->dsql()->table('contact')->where('id', 2)->delete(); - if ($this->getDatabasePlatform() instanceof OraclePlatform) { // TODO - $this->markTestIncomplete('TODO - for some reasons, result below has one different key'); - } - $m_u2->unload(); $m_u2 = $m_u->createEntity(); $m_u2->set('name', 'Sue');