name: RemotePackageStorageTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: ImportMapEntry type: class source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntry - name: ImportMapType type: class source: Symfony\Component\AssetMapper\ImportMap\ImportMapType - name: RemotePackageStorage type: class source: Symfony\Component\AssetMapper\ImportMap\RemotePackageStorage - name: Filesystem type: class source: Symfony\Component\Filesystem\Filesystem properties: [] methods: - name: setUp visibility: protected parameters: [] comment: null - name: tearDown visibility: protected parameters: [] comment: null - name: testGetStorageDir visibility: public parameters: [] comment: null - name: testSaveThrowsWhenFailing visibility: public parameters: [] comment: null - name: testIsDownloaded visibility: public parameters: [] comment: null - name: testIsExtraFileDownloaded visibility: public parameters: [] comment: null - name: testSave visibility: public parameters: [] comment: null - name: testSaveExtraFile visibility: public parameters: [] comment: null - name: testGetDownloadedPath visibility: public parameters: - name: packageModuleSpecifier - name: importMapType - name: expectedPath comment: '# * @dataProvider getDownloadPathTests' - name: getDownloadPathTests visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\AssetMapper\ImportMap\ImportMapEntry - Symfony\Component\AssetMapper\ImportMap\ImportMapType - Symfony\Component\AssetMapper\ImportMap\RemotePackageStorage - Symfony\Component\Filesystem\Filesystem interfaces: []