Skip to content

Commit d4e2c34

Browse files
committed
Fix test
1 parent 1d56970 commit d4e2c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeprecationErrorHandler/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ protected function tearDown(): void
401401
{
402402
foreach ($this->files as $file) {
403403
if (file_exists($file)) {
404-
unlink($file);
404+
@unlink($file);
405405
}
406406
}
407407
}

0 commit comments

Comments
 (0)