Skip to content

Commit d62dda8

Browse files
committed
More static test fixes.
1 parent 6009ca6 commit d62dda8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/internal/Magento/Framework/Filesystem/Test/Unit/File/ExcludeFilterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function testExclusion()
3232
]
3333
);
3434

35+
$result = [];
3536
foreach ($iterator as $i) {
3637
$result[] = $i;
3738
}

lib/internal/Magento/Framework/Webapi/Test/Unit/Rest/Request/DeserializerFactoryTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Test Webapi Json Deserializer Request Rest Controller.
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

0 commit comments

Comments
 (0)