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.
2 parents 9abbb7e + 00cdad0 commit 3330149Copy full SHA for 3330149
Tests/FilesystemTest.php
@@ -797,7 +797,7 @@ public function testSymlink()
797
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
798
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
799
800
- // $file does not exists right now: creating "broken" links is a wanted feature
+ // $file does not exist right now: creating "broken" links is a wanted feature
801
$this->filesystem->symlink($file, $link);
802
803
$this->assertTrue(is_link($link));
0 commit comments