43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
name: AssetMapperDevServerSubscriberFunctionalTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: WebTestCase
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Test\WebTestCase
|
|
- name: AssetMapperTestAppKernel
|
|
type: class
|
|
source: Symfony\Component\AssetMapper\Tests\Fixtures\AssetMapperTestAppKernel
|
|
- name: BinaryFileResponse
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\BinaryFileResponse
|
|
properties: []
|
|
methods:
|
|
- name: testGettingAssetWorks
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGettingAssetWithNonAsciiFilenameWorks
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: test404OnUnknownAsset
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: test404OnInvalidDigest
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testPreDigestedAssetIsReturned
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getKernelClass
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Bundle\FrameworkBundle\Test\WebTestCase
|
|
- Symfony\Component\AssetMapper\Tests\Fixtures\AssetMapperTestAppKernel
|
|
- Symfony\Component\HttpFoundation\BinaryFileResponse
|
|
interfaces: []
|