We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc737d5 commit 7d46e94Copy full SHA for 7d46e94
tests/Command/Serve/NonExistsCurrentDirectory/NonExistsCurrentDirectoryServeTest.php
@@ -16,7 +16,7 @@ public function testBase(): void
16
17
$commandCreate = new CommandTester($command);
18
19
- $directory = __DIR__ . '/test-dir';
+ $directory = __DIR__ . DIRECTORY_SEPARATOR . 'test-dir';
20
if (!file_exists($directory)) {
21
mkdir($directory);
22
}
0 commit comments