platform/api/symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.yaml

44 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []