Skip to content

Commit ad884fb

Browse files
committed
This should fix cross-platform testing
1 parent 4fb5ae7 commit ad884fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariableAnalysis/Tests/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getErrorLineNumbersFromFile(LocalFile $phpcsFile) {
4444
}
4545

4646
public function getSniffFiles() {
47-
return [__DIR__ . '/../../VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php'];
47+
return [realpath(__DIR__ . '/../../VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php')];
4848
}
4949

5050
public function getFixture($fixtureFilename) {

0 commit comments

Comments
 (0)