We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0b834 commit 47fdb4cCopy full SHA for 47fdb4c
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/SetTest.php
@@ -177,7 +177,7 @@ public function testSaveWithRemovedGroup(): void
177
$this->attributeSetResource->save($set);
178
$this->assertNull(
179
$this->getAttributeGroup('Design'),
180
- 'Group Design wan\'t deleted.'
+ 'Group "Design" wan\'t deleted.'
181
);
182
$unusedSetAttributes = $this->getSetExcludedAttributes((int)$set->getAttributeSetId());
183
$designAttributeCodes = ['page_layout', 'options_container', 'custom_layout_update'];
0 commit comments