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 8797eae commit 8e274c7Copy full SHA for 8e274c7
dev/tests/static/testsuite/Magento/Test/Less/LiveCodeTest.php
@@ -56,7 +56,7 @@ public function testCodeStyle()
56
57
$result = $codeSniffer->run($this->filterFiles($fileList));
58
59
- $report = file_get_contents($reportFile);
+ $report = file_exists($reportFile) ? file_get_contents($reportFile) : "";
60
$this->assertEquals(
61
0,
62
$result,
0 commit comments