1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/15214] Fix Windows tests

PHPBB3-15214
This commit is contained in:
rxu
2023-12-10 23:24:11 +07:00
parent 84e7e34a66
commit 8338ff9e56
4 changed files with 4 additions and 16 deletions

View File

@@ -146,6 +146,9 @@ class phpbb_functional_test_case extends phpbb_test_case
// Close the database connections again this test
$this->db->sql_close();
}
$this->purge_cache();
sleep(3); // Give it some time to delete all the files correctly
}
/**