1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/15214] Fix Windows tests

Purge Twig compiled cache in Windows.
Set appropriate folder access control options to do that.

PHPBB3-15214
This commit is contained in:
rxu
2023-12-10 14:02:30 +07:00
parent 09fd86ffb0
commit 18bae795f0
4 changed files with 21 additions and 15 deletions

View File

@@ -39,6 +39,13 @@ class phpbb_functional_extension_template_event_order_test extends phpbb_functio
self::$helper->restore_original_ext_dir();
}
protected function tearDown(): void
{
$this->purge_cache();
parent::tearDown();
}
protected function setUp(): void
{
parent::setUp();