Skip to content

Commit

Permalink
Revert "Apply Rector changes (CI)"
Browse files Browse the repository at this point in the history
This reverts commit a127e1f.
  • Loading branch information
Tigrov committed Oct 14, 2023
1 parent a127e1f commit 9e6bafb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public function testWithQuery()
) {
self::markTestSkipped('CTE not supported in MySQL versions below 8.0.0');
}

parent::testWithQuery();
}

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

parent::testWithQueryRecursive();
}
}

0 comments on commit 9e6bafb

Please sign in to comment.