diff --git a/tests/QueryTest.php b/tests/QueryTest.php index c8e56f8b..83645f2a 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -92,6 +92,8 @@ public function testWithQuery() ) { self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0'); } + + parent::testWithQuery(); } public function testWithQueryRecursive() @@ -104,5 +106,7 @@ public function testWithQueryRecursive() ) { self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0'); } + + parent::testWithQueryRecursive(); } }