예제 #1
0
 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();
 }