]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/SampleStorageBackend.php
Merge pull request #10610 from nupplaphil/feat/readd_phpunit
[friendica.git] / tests / Util / SampleStorageBackend.php
index 1ebd64f6ee5136374d1936de95afe0d1317f975b..1185a2564695be78b82432d956ae1ab03576bc74 100644 (file)
 namespace Friendica\Test\Util;
 
 use Friendica\Core\Hook;
-use Friendica\Model\Storage\ISelectableStorage;
+use Friendica\Model\Storage\IWritableStorage;
 
 use Friendica\Core\L10n;
 
 /**
  * A backend storage example class
  */
-class SampleStorageBackend implements ISelectableStorage
+class SampleStorageBackend implements IWritableStorage
 {
        const NAME = 'Sample Storage';