platform/api/symfony/Bundle/SecurityBundle/Tests/CacheWarmer/ExpressionCacheWarmerTest.yaml

32 lines
950 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ExpressionCacheWarmerTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ExpressionCacheWarmer
type: class
source: Symfony\Bundle\SecurityBundle\CacheWarmer\ExpressionCacheWarmer
- name: Expression
type: class
source: Symfony\Component\ExpressionLanguage\Expression
- name: ParsedExpression
type: class
source: Symfony\Component\ExpressionLanguage\ParsedExpression
- name: ExpressionLanguage
type: class
source: Symfony\Component\Security\Core\Authorization\ExpressionLanguage
properties: []
methods:
- name: testWarmUp
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\SecurityBundle\CacheWarmer\ExpressionCacheWarmer
- Symfony\Component\ExpressionLanguage\Expression
- Symfony\Component\ExpressionLanguage\ParsedExpression
- Symfony\Component\Security\Core\Authorization\ExpressionLanguage
interfaces: []