diff --git a/tests/rewriteTest.php b/tests/rewriteTest.php index 9d417df..e2d2ad7 100644 --- a/tests/rewriteTest.php +++ b/tests/rewriteTest.php @@ -123,5 +123,47 @@ final class rewriteTest extends TestCase $this->assertSame(trim($postgresql), trim($expected)); } + public function test_it_handles_keys_without_unique() + { + $sql = <<assertSame(trim($postgresql), trim($expected)); + } + } \ No newline at end of file