]> git.mxchange.org Git - friendica.git/commit
add events for storage_config and storage_instance hooks
authorArt4 <art4@wlabs.de>
Fri, 14 Mar 2025 10:12:56 +0000 (10:12 +0000)
committerArt4 <art4@wlabs.de>
Fri, 14 Mar 2025 10:12:56 +0000 (10:12 +0000)
commit2c0c87339ef72c0af7af24d892bacdd8c872869d
tree7f363f9989d2bf9cd954d2013a7e9522698c1b6d
parent2a722b16aab9c23288d1f961b7dbd6f6d308854f
add events for storage_config and storage_instance hooks
src/Core/Hooks/HookEventBridge.php
src/Core/Storage/Repository/StorageManager.php
src/Event/ArrayFilterEvent.php
tests/Unit/Core/Hooks/HookEventBridgeTest.php
tests/Unit/Event/ArrayFilterEventTest.php
tests/Util/FakeEventDispatcher.php [new file with mode: 0644]
tests/src/Core/Storage/Repository/StorageManagerTest.php