api/symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.yaml

57 lines
1.7 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: ValidatorCacheWarmerTest
class_comment: null
dependencies:
- name: ValidatorCacheWarmer
type: class
source: Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
- name: TestCase
type: class
source: Symfony\Bundle\FrameworkBundle\Tests\TestCase
- name: NullAdapter
type: class
source: Symfony\Component\Cache\Adapter\NullAdapter
- name: PhpArrayAdapter
type: class
source: Symfony\Component\Cache\Adapter\PhpArrayAdapter
- name: ClassMetadata
type: class
source: Symfony\Component\Validator\Mapping\ClassMetadata
- name: ValidatorBuilder
type: class
source: Symfony\Component\Validator\ValidatorBuilder
properties: []
methods:
- name: testWarmUp
visibility: public
parameters: []
comment: null
- name: testWarmUpWithAnnotations
visibility: public
parameters: []
comment: null
- name: testWarmUpWithoutLoader
visibility: public
parameters: []
comment: null
- name: testClassAutoloadException
visibility: public
parameters: []
comment: '# * Test that the cache warming process is not broken if a class loader
# * throws an exception (on class / file not found for example).'
- name: testClassAutoloadExceptionWithUnrelatedException
visibility: public
parameters: []
comment: '# * Test that the cache warming process is broken if a class loader throws
an
# * exception but that is unrelated to the class load.'
traits:
- Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
- Symfony\Bundle\FrameworkBundle\Tests\TestCase
- Symfony\Component\Cache\Adapter\NullAdapter
- Symfony\Component\Cache\Adapter\PhpArrayAdapter
- Symfony\Component\Validator\Mapping\ClassMetadata
- Symfony\Component\Validator\ValidatorBuilder
interfaces: []