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 2d9fb81 commit d685d0cCopy full SHA for d685d0c
Tests/FilesystemTest.php
@@ -409,7 +409,7 @@ public function testFilesExistsFails()
409
chdir($basePath);
410
$file = str_repeat('T', $maxPathLength - \strlen($basePath) + 1);
411
$path = $basePath.$file;
412
- exec('TYPE NUL >>'.$file); // equivalent of touch, we can not use the php touch() here because it suffers from the same limitation
+ exec('TYPE NUL >>'.$file); // equivalent of touch, we cannot use the php touch() here because it suffers from the same limitation
413
$this->longPathNamesWindows[] = $path; // save this so we can clean up later
414
chdir($oldPath);
415
$this->filesystem->exists($path);
0 commit comments