38 lines
965 B
YAML
38 lines
965 B
YAML
|
name: MapperAwareAssetPackageTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: PackageInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Asset\PackageInterface
|
||
|
- name: AssetMapperInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\AssetMapperInterface
|
||
|
- name: MapperAwareAssetPackage
|
||
|
type: class
|
||
|
source: Symfony\Component\AssetMapper\MapperAwareAssetPackage
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetVersion
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetUrl
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: path
|
||
|
- name: expectedPathSentToInner
|
||
|
comment: '# * @dataProvider getUrlTests'
|
||
|
- name: getUrlTests
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Asset\PackageInterface
|
||
|
- Symfony\Component\AssetMapper\AssetMapperInterface
|
||
|
- Symfony\Component\AssetMapper\MapperAwareAssetPackage
|
||
|
interfaces: []
|