Skip to content
Snippets Groups Projects
Commit 717a6098 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix path for Windows

parent dff55972
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class SQLPermanentStorageTest extends TestCase
*/
public static function tearDownAfterClass(): void
{
unlink(sys_get_temp_dir() . '/sqllite/test.sqlite');
unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment