mirror of
https://github.com/friendica/friendica
synced 2025-05-06 17:04:12 +02:00
Fixup Database behaviour
This commit is contained in:
parent
90c99520bb
commit
470ba8b61b
4 changed files with 8 additions and 11 deletions
|
@ -24,13 +24,12 @@ namespace Friendica\Test\src\Model\Storage;
|
|||
use Friendica\Core\Config\IConfig;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Model\Storage\Filesystem;
|
||||
use Friendica\Model\Storage\IStorage;
|
||||
use Friendica\Model\Storage\ISelectableStorage;
|
||||
use Friendica\Model\Storage\StorageException;
|
||||
use Friendica\Test\Util\VFSTrait;
|
||||
use Friendica\Util\Profiler;
|
||||
use Mockery\MockInterface;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
use Psr\Log\NullLogger;
|
||||
|
||||
class FilesystemStorageTest extends StorageTest
|
||||
{
|
||||
|
@ -65,7 +64,7 @@ class FilesystemStorageTest extends StorageTest
|
|||
return new Filesystem($this->config, $l10n);
|
||||
}
|
||||
|
||||
protected function assertOption(IStorage $storage)
|
||||
protected function assertOption(ISelectableStorage $storage)
|
||||
{
|
||||
self::assertEquals([
|
||||
'storagepath' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue