43 lines
1 KiB
YAML
43 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: []
|