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

19 lines
420 B
YAML

name: ExpressionTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Expression
type: class
source: Symfony\Component\ExpressionLanguage\Expression
properties: []
methods:
- name: testSerialization
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\ExpressionLanguage\Expression
interfaces: []