Skip to content

Commit 7d46e94

Browse files
committed
fix
1 parent fc737d5 commit 7d46e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/Serve/NonExistsCurrentDirectory/NonExistsCurrentDirectoryServeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testBase(): void
1616

1717
$commandCreate = new CommandTester($command);
1818

19-
$directory = __DIR__ . '/test-dir';
19+
$directory = __DIR__ . DIRECTORY_SEPARATOR . 'test-dir';
2020
if (!file_exists($directory)) {
2121
mkdir($directory);
2222
}

0 commit comments

Comments
 (0)