コード例 #1
0
ファイル: sftptest.php プロジェクト: stweil/owncloud-core
 /**
  * @dataProvider configProvider
  */
 public function testStorageId($config, $expectedStorageId)
 {
     $instance = new SFTP($config);
     $this->assertEquals($expectedStorageId, $instance->getId());
 }