Skip to content

Commit 70bf961

Browse files
authored
Suppress actions warning
1 parent 4e6f849 commit 70bf961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/modules/core/src/Storage/SQLPermanentStorageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static function setUpBeforeClass(): void
3636
*/
3737
public static function tearDownAfterClass(): void
3838
{
39-
unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
39+
@unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
4040
}
4141

4242

0 commit comments

Comments
 (0)