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(); } }