Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e2a297

Browse files
committed
#7077 #7053 in ORM 3.x, everything is quoted by default, so the test needs adaptation
1 parent e479e0d commit 4e2a297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testSupportsDeleteWithoutWhereAndAlias() : void
4848
{
4949
$this->assertSqlGeneration(
5050
'DELETE FROM Doctrine\Tests\Models\CMS\CmsUser',
51-
'DELETE FROM cms_users'
51+
'DELETE FROM "cms_users"'
5252
);
5353
}
5454

0 commit comments

Comments
 (0)