Skip to content

Commit 68993d2

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: [CI] Silence errors when remove file/dir on test tearDown()
2 parents 455a703 + 8dc59cd commit 68993d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/FileValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function tearDown(): void
4545
}
4646

4747
if (file_exists($this->path)) {
48-
unlink($this->path);
48+
@unlink($this->path);
4949
}
5050

5151
$this->path = null;

0 commit comments

Comments
 (0)