Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e479e0d commit 4e2a297Copy full SHA for 4e2a297
1 file changed
tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php
@@ -48,7 +48,7 @@ public function testSupportsDeleteWithoutWhereAndAlias() : void
48
{
49
$this->assertSqlGeneration(
50
'DELETE FROM Doctrine\Tests\Models\CMS\CmsUser',
51
- 'DELETE FROM cms_users'
+ 'DELETE FROM "cms_users"'
52
);
53
}
54
0 commit comments