Skip to content

Commit 0f9e3db

Browse files
author
Andrey Konosov
committed
Merge commit 'refs/pull/3/head' of https://github.com/magento/magento2ce into epam-3-1
2 parents 13e984d + 3d780ff commit 0f9e3db

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Archive/Test/Unit

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Archive/Test/Unit/ZipTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testConstructorNoExceptions()
3333
$reflectedClass = new \ReflectionClass('\Magento\Framework\Archive\Zip');
3434
$constructor = $reflectedClass->getConstructor();
3535
$constructor->invoke($this->zip, []);
36-
} catch (\Exception $e){
36+
} catch (\Exception $e) {
3737
$this->fail('Failed asserting that no exceptions is thrown');
3838
}
3939
}

0 commit comments

Comments
 (0)