Integration Tests for all Providers #1
@ -114,7 +114,11 @@ class FileProvider implements iObjectStorageProvider
|
||||
|
||||
public function getIndex(): array
|
||||
{
|
||||
return $this->index;
|
||||
$out = [];
|
||||
foreach ($this->index as $key => $val)
|
||||
$out[] = $key;
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
public function getItem(string $key)
|
||||
|
Loading…
Reference in New Issue
Block a user