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 33c50b1 commit e293e6cCopy full SHA for e293e6c
dev/tests/unit/testsuite/Magento/Framework/Module/Declaration/Converter/DomTest.php
@@ -37,7 +37,7 @@ public function testConvertWithInvalidDom($xmlString)
37
try {
38
$dom->loadXML($xmlString);
39
$this->_converter->convert($dom);
40
- } catch(\PHPUnit_Framework_Error $ex) {
+ } catch (\PHPUnit_Framework_Error $ex) {
41
// do nothing because we expect \Exception but not \PHPUnit_Framework_Error
42
}
43
0 commit comments