56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
|
name: AssetMapperTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: MockObject
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\MockObject\MockObject
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: AssetMapper
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\AssetMapper
|
||
|
- name: AssetMapperRepository
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\AssetMapperRepository
|
||
|
- name: CompiledAssetMapperConfigReader
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader
|
||
|
- name: MappedAssetFactoryInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\Factory\MappedAssetFactoryInterface
|
||
|
- name: MappedAsset
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\MappedAsset
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetAsset
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetPublicPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAllAssets
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetAssetFromFilesystemPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createAssetMapper
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\MockObject\MockObject
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\AssetMapper\AssetMapper
|
||
|
- Symfony\Component\AssetMapper\AssetMapperRepository
|
||
|
- Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader
|
||
|
- Symfony\Component\AssetMapper\Factory\MappedAssetFactoryInterface
|
||
|
- Symfony\Component\AssetMapper\MappedAsset
|
||
|
interfaces: []
|