42 lines
981 B
YAML
42 lines
981 B
YAML
|
name: MappedAssetTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: JavaScriptImport
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\ImportMap\JavaScriptImport
|
||
|
- name: MappedAsset
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\MappedAsset
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetLogicalPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetExtension
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: filename
|
||
|
- name: expectedExtension
|
||
|
comment: '# * @dataProvider getExtensionTests'
|
||
|
- name: getExtensionTests
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddDependencies
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddJavaScriptImports
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\AssetMapper\ImportMap\JavaScriptImport
|
||
|
- Symfony\Component\AssetMapper\MappedAsset
|
||
|
interfaces: []
|