コード例 #1
0
ファイル: LocalStorageTest.php プロジェクト: nanbando/core
 public function testRemoteListingNoRemote()
 {
     $this->setExpectedException(RemoteStorageNotConfiguredException::class);
     $storage = new LocalStorage($this->name, $this->temporaryFileSystem->reveal(), $this->slugify->reveal(), $this->filesystem->reveal(), $this->localFilesystem->reveal());
     $storage->remoteListing();
 }