We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e3a6d commit 00cdad0Copy full SHA for 00cdad0
Tests/FilesystemTest.php
@@ -801,7 +801,7 @@ public function testSymlink()
801
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
802
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
803
804
- // $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
805
$this->filesystem->symlink($file, $link);
806
807
$this->assertTrue(is_link($link));
0 commit comments