1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +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

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

View File

@@ -39,13 +39,6 @@ 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();