Skip to content

Commit 72baf6b

Browse files
committed
fix the constant being used
1 parent 81e1a0c commit 72baf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ExecutableFinderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function testEmptyDirInPath()
157157
$finder = new ExecutableFinder();
158158
$result = $finder->find('executable');
159159

160-
$this->assertSame(sprintf('.%sexecutable', \PATH_SEPARATOR), $result);
160+
$this->assertSame(sprintf('.%sexecutable', \DIRECTORY_SEPARATOR), $result);
161161
} finally {
162162
unlink('executable');
163163
}

0 commit comments

Comments
 (0)