Skip to content

Commit 8e274c7

Browse files
committed
DEVOPS-2326: Move PHPUnit-based Static Test Jobs (INTEGRITY-SANITY-{edition}, ST-{edition}-L64, ST-LEGACY-EE-L64) from Bamboo to Jenkins
1 parent 8797eae commit 8e274c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Less/LiveCodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testCodeStyle()
5656

5757
$result = $codeSniffer->run($this->filterFiles($fileList));
5858

59-
$report = file_get_contents($reportFile);
59+
$report = file_exists($reportFile) ? file_get_contents($reportFile) : "";
6060
$this->assertEquals(
6161
0,
6262
$result,

0 commit comments

Comments
 (0)