From 224c9398aa67441a4198a103697e0f0abcddb85f Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 19 Aug 2020 23:18:15 +0200 Subject: [PATCH] Restore MySQL tests after bug fix --- tests/RootAncestorTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/RootAncestorTest.php b/tests/RootAncestorTest.php index 95f75f9..54d8345 100644 --- a/tests/RootAncestorTest.php +++ b/tests/RootAncestorTest.php @@ -40,11 +40,6 @@ public function testLazyEagerLoading() public function testExistenceQuery() { - // TODO: https://bugs.mysql.com/bug.php?id=99025 - if (DB::connection()->getDriverName() === 'mysql') { - $this->markTestSkipped(); - } - if (DB::connection()->getDriverName() === 'sqlsrv') { $this->markTestSkipped(); } @@ -56,11 +51,6 @@ public function testExistenceQuery() public function testExistenceQueryForSelfRelation() { - // TODO: https://bugs.mysql.com/bug.php?id=99025 - if (DB::connection()->getDriverName() === 'mysql') { - $this->markTestSkipped(); - } - if (DB::connection()->getDriverName() === 'sqlsrv') { $this->markTestSkipped(); }