api/symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.yaml
2024-09-26 02:03:21 -07:00

70 lines
1.7 KiB
YAML

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: []