]> git.mxchange.org Git - friendica.git/commit
Split Storage usage and Storage configuration
authorPhilipp <admin@philipp.info>
Mon, 4 Oct 2021 08:25:29 +0000 (10:25 +0200)
committerPhilipp <admin@philipp.info>
Tue, 5 Oct 2021 18:07:12 +0000 (20:07 +0200)
commit065b46c72156a52b595b054be30fdd7b6796e76b
treef21e26b6a65695e6b24a1bb5d4202870c86b02b4
parentac9e5df6142fbf387a01c55f121247a0cc0baa20
Split Storage usage and Storage configuration
12 files changed:
src/Core/StorageManager.php
src/Model/Storage/Database.php
src/Model/Storage/Filesystem.php
src/Model/Storage/FilesystemConfig.php [new file with mode: 0644]
src/Model/Storage/IStorageConfiguration.php [new file with mode: 0644]
src/Model/Storage/IWritableStorage.php
src/Module/Admin/Storage.php
tests/src/Model/Storage/DatabaseStorageTest.php
tests/src/Model/Storage/FilesystemStorageConfigTest.php [new file with mode: 0644]
tests/src/Model/Storage/FilesystemStorageTest.php
tests/src/Model/Storage/StorageConfigTest.php [new file with mode: 0644]
tests/src/Model/Storage/StorageTest.php