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