diff --git a/tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php b/tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php index 1f1a7332d..ee5f98ac5 100644 --- a/tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php +++ b/tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php @@ -36,6 +36,9 @@ class DeleteSqlGenerationTest extends OrmTestCase } } + /** + * @group 6939 + */ public function testSupportsDeleteWithoutWhereAndAlias() : void { $this->assertSqlGeneration(