Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_rector' into fix_rector
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 14, 2023
2 parents 9c32879 + f100f91 commit 15b8baa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public function testWithQuery()
) {
self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0');
}

parent::testWithQuery();
}

public function testWithQueryRecursive()
Expand All @@ -106,7 +104,5 @@ public function testWithQueryRecursive()
) {
self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0');
}

parent::testWithQueryRecursive();
}
}

0 comments on commit 15b8baa

Please sign in to comment.