Skip to content

Commit f7a2a62

Browse files
committed
Enable Oracle inconsistency test
1 parent 4f84ccf commit f7a2a62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/JoinSqlTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ public function testJoinSaving2(): void
138138

139139
$this->db->connection->dsql()->table('contact')->where('id', 2)->delete();
140140

141-
if ($this->getDatabasePlatform() instanceof OraclePlatform) { // TODO
142-
$this->markTestIncomplete('TODO - for some reasons, result below has one different key');
143-
}
144-
145141
$m_u2->unload();
146142
$m_u2 = $m_u->createEntity();
147143
$m_u2->set('name', 'Sue');

0 commit comments

Comments
 (0)