From f8b1a65bfab12a9519da6d38338f1773b8ed4eef Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sat, 14 Oct 2023 15:19:56 +0000 Subject: [PATCH] Apply Rector changes (CI) --- tests/QueryTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/QueryTest.php b/tests/QueryTest.php index 83645f2a..c8e56f8b 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -92,8 +92,6 @@ public function testWithQuery() ) { self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0'); } - - parent::testWithQuery(); } public function testWithQueryRecursive() @@ -106,7 +104,5 @@ public function testWithQueryRecursive() ) { self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0'); } - - parent::testWithQueryRecursive(); } }