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 cceed81 commit 3d780ffCopy full SHA for 3d780ff
lib/internal/Magento/Framework/Archive/Test/Unit/ZipTest.php
@@ -33,7 +33,7 @@ public function testConstructorNoExceptions()
33
$reflectedClass = new \ReflectionClass('\Magento\Framework\Archive\Zip');
34
$constructor = $reflectedClass->getConstructor();
35
$constructor->invoke($this->zip, []);
36
- } catch (\Exception $e){
+ } catch (\Exception $e) {
37
$this->fail('Failed asserting that no exceptions is thrown');
38
}
39
0 commit comments