Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97aedb3

Browse filesBrowse files
minor #58751 [Process] fix the constant being used (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Process] fix the constant being used | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- b811c1a fix the constant being used
2 parents 69e69a1 + b811c1a commit 97aedb3
Copy full SHA for 97aedb3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Process/Tests/ExecutableFinderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/ExecutableFinderTest.php
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.