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

27 lines
635 B
YAML

name: ExpressionFunctionTest
class_comment: '# * Tests ExpressionFunction.
# *
# * @author Dany Maillard <danymaillard93b@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ExpressionFunction
type: class
source: Symfony\Component\ExpressionLanguage\ExpressionFunction
properties: []
methods:
- name: testFunctionDoesNotExist
visibility: public
parameters: []
comment: null
- name: testFunctionNamespaced
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\ExpressionLanguage\ExpressionFunction
interfaces: []