Add @group
to delete query test
This commit is contained in:
parent
a736a3713b
commit
a912fc09be
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ class DeleteSqlGenerationTest extends OrmTestCase
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 6939
|
||||
*/
|
||||
public function testSupportsDeleteWithoutWhereAndAlias() : void
|
||||
{
|
||||
$this->assertSqlGeneration(
|
||||
|
|
Loading…
Add table
Reference in a new issue