Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd67303e

Browse files
minor #58747 [Process] fix the directory separator being used (xabbuh)
This PR was merged into the 5.4 branch.Discussion----------[Process] fix the directory separator being used| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | no| Deprecations? | no| Issues || License | MITCommits-------2526495eb75 fix the directory separator being used
2 parents5cdd400 +7be8366 commitd67303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Tests/ExecutableFinderTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testFindBatchExecutableOnWindows()
148148
*/
149149
publicfunctiontestEmptyDirInPath()
150150
{
151-
putenv(sprintf('PATH=%s:',\dirname(\PHP_BINARY)));
151+
putenv(sprintf('PATH=%s%s',\dirname(\PHP_BINARY), \PATH_SEPARATOR));
152152

153153
try {
154154
touch('executable');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp