diff --git a/tests/rewriteTest.php b/tests/rewriteTest.php index ea3ddfe..652a583 100644 --- a/tests/rewriteTest.php +++ b/tests/rewriteTest.php @@ -895,6 +895,22 @@ final class rewriteTest extends TestCase $this->assertSame(trim($expected), trim($postgresql)); } + + public function test_it_correctly_handles_incrementing_conflicts() + { + $sql = <<assertSame(trim($expected), trim($postgresql)); + } + + protected function setUp(): void { global $wpdb;