api/symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntryTest.yaml

43 lines
1 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []