platform/api/symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.yaml
2024-09-02 10:44:11 -07:00

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: []