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

39 lines
976 B
YAML

name: ImportMapEntriesTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ImportMapEntries
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntries
- name: ImportMapEntry
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
- name: ImportMapType
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapType
properties: []
methods:
- name: testGetIterator
visibility: public
parameters: []
comment: null
- name: testHas
visibility: public
parameters: []
comment: null
- name: testGet
visibility: public
parameters: []
comment: null
- name: testRemove
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntries
- Symfony\Component\AssetMapper\ImportMap\ImportMapEntry
- Symfony\Component\AssetMapper\ImportMap\ImportMapType
interfaces: []