Skip to content

Commit 70b49e9

Browse files
Nyholmfabpot
authored andcommitted
[CI] Fixed build on AppVeyor
1 parent f840b09 commit 70b49e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Command/LintCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected function tearDown(): void
142142
{
143143
foreach ($this->files as $file) {
144144
if (file_exists($file)) {
145-
unlink($file);
145+
@unlink($file);
146146
}
147147
}
148148
}

0 commit comments

Comments
 (0)