Add visibility for method
This commit is contained in:
parent
a6c5d65fd6
commit
4a5c3eea42
|
@ -56,7 +56,7 @@ class SFTP extends Storage {
|
|||
$this->assertEquals($expectedStorageId, $instance->getId());
|
||||
}
|
||||
|
||||
function configProvider() {
|
||||
public function configProvider() {
|
||||
return [
|
||||
[
|
||||
// no root path
|
||||
|
|
Loading…
Reference in New Issue