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 0016f9d commit be1de05Copy full SHA for be1de05
app/code/Magento/Eav/Test/Unit/Model/Entity/Collection/AbstractCollectionTest.php
@@ -239,8 +239,8 @@ public function testAttributeIdIsInt($values)
239
$_selectAttributesActualValue = $this->readAttribute($this->model, '_selectAttributes');
240
241
$this->assertAttributeEquals(
242
- [self::ATTRIBUTE_CODE => self::ATTRIBUTE_ID_STRING],
243
- '_selectAttributes',
+ [self::ATTRIBUTE_CODE => self::ATTRIBUTE_ID_STRING],
+ '_selectAttributes',
244
$this->model
245
);
246
$this->assertSame($_selectAttributesActualValue[self::ATTRIBUTE_CODE], self::ATTRIBUTE_ID_INT);
0 commit comments