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

[ticket/17184] Remove subfolders option in local storage

PHPBB3-17184
This commit is contained in:
Ruben Calvo
2023-09-23 11:22:25 +02:00
parent 276d793c7b
commit 94279d8ead
7 changed files with 44 additions and 255 deletions

View File

@@ -19,7 +19,7 @@ class phpbb_storage_adapter_local_test extends phpbb_local_test_case
{
parent::setUp();
$this->adapter->configure(['path' => 'test_path', 'subfolders' => false]);
$this->adapter->configure(['path' => 'test_path']);
}
public function test_put_contents(): void