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 c9f2797 commit 729cedfCopy full SHA for 729cedf
dev/tests/static/testsuite/Magento/Test/Integrity/ComposerTest.php
@@ -103,7 +103,7 @@ private function validateComposerJsonFile($path)
103
try {
104
$app->runComposerCommand(['command' => 'validate'], $path);
105
} catch (\RuntimeException $exception) {
106
- $this->fail("Failed validation of {$path}");
+ $this->fail($exception->getMessage());
107
}
108
109
0 commit comments