8000 Fix typo · symfony/symfony@283ba52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 283ba52

Browse files
Fix typo
1 parent 660449d commit 283ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public function testRenameThrowsExceptionOnError()
669669
public function testSymlink()
670670 5C7B
{
671671
if ('\\' === DIRECTORY_SEPARATOR) {
672-
$this->markAsSkipped('Windows does not support creating "broken" symlinks');
672+
$this->markTestSkipped('Windows does not support creating "broken" symlinks');
673673
}
674674

675675
$file = $this->workspace.DIRECTORY_SEPARATOR.'file';

0 commit comments

Comments
 (0)
0