We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6f849 commit 70bf961Copy full SHA for 70bf961
1 file changed
tests/modules/core/src/Storage/SQLPermanentStorageTest.php
@@ -36,7 +36,7 @@ public static function setUpBeforeClass(): void
36
*/
37
public static function tearDownAfterClass(): void
38
{
39
- unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
+ @unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
40
}
41
42
0 commit comments