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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user