Skip to content

Commit e293e6c

Browse files
committed
MAGETWO-31059: Integration tests with fatals, code under test and framework adaptation
- Fix tests
1 parent 33c50b1 commit e293e6c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/unit/testsuite/Magento/Framework/Module/Declaration/Converter

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/Framework/Module/Declaration/Converter/DomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testConvertWithInvalidDom($xmlString)
3737
try {
3838
$dom->loadXML($xmlString);
3939
$this->_converter->convert($dom);
40-
} catch(\PHPUnit_Framework_Error $ex) {
40+
} catch (\PHPUnit_Framework_Error $ex) {
4141
// do nothing because we expect \Exception but not \PHPUnit_Framework_Error
4242
}
4343
}

0 commit comments

Comments
 (0)