Skip to content

Commit 07bcf5c

Browse files
committed
Fix unit test
1 parent de6a50c commit 07bcf5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/Code/Test/Unit/Reader/ClassReaderTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,23 @@ public function getTestData()
7676
1 => 'stdClass',
7777
2 => true,
7878
3 => null,
79+
4 => false,
7980
],
8081
1 => [
8182
0 => 'runeTimeException',
8283
1 => 'ClassExtendsDefaultPhpType',
8384
2 => true,
8485
3 => null,
86+
4 => false
8587
],
8688
2 => [
8789
0 => 'arrayVariable',
8890
1 => null,
8991
2 => false,
9092
3 => [
9193
'key' => 'value',
92-
]
94+
],
95+
4 => false
9396
]
9497
]
9598
]

0 commit comments

Comments
 (0)