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

42 lines
1 KiB
YAML

name: ImportMapEntryTest
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
properties: []
methods:
- name: testCreateLocal
visibility: public
parameters: []
comment: null
- name: testCreateRemote
visibility: public
parameters: []
comment: null
- name: testSplitPackageNameAndFilePath
visibility: public
parameters:
- name: packageModuleSpecifier
- name: expectedPackage
- name: expectedPath
comment: '# * @dataProvider getSplitPackageNameTests'
- name: getSplitPackageNameTests
visibility: public
parameters: []
comment: null
- name: testGetPackageNameAndPackagePath
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
- Symfony\Component\AssetMapper\ImportMap\ImportMapType
interfaces: []