Skip to content

Commit 5797856

Browse files
committed
MAGETWO-87445: FATAL error on compiler generation on PAT 2.2 Trend
1 parent 06d0a34 commit 5797856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/AbstractAttributeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ public function testIsValueEmpty($isEmpty, $value, $attributeType)
228228
public function attributeValueDataProvider()
229229
{
230230
return [
231-
[false, '', 'int'],
232-
[false, '', 'decimal'],
231+
[true, '', 'int'],
232+
[true, '', 'decimal'],
233233
[true, '', 'datetime'],
234234
[true, '', 'varchar'],
235235
[true, '', 'text'],

0 commit comments

Comments
 (0)