1
0
mirror of synced 2025-03-10 23:06:06 +03:00

Add @group to delete query test

This commit is contained in:
Luís Cobucci 2018-02-19 22:04:28 +01:00
parent a736a3713b
commit a912fc09be
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -36,6 +36,9 @@ class DeleteSqlGenerationTest extends OrmTestCase
} }
} }
/**
* @group 6939
*/
public function testSupportsDeleteWithoutWhereAndAlias() : void public function testSupportsDeleteWithoutWhereAndAlias() : void
{ {
$this->assertSqlGeneration( $this->assertSqlGeneration(