platform/api/symfony/Component/HttpFoundation/Tests/RequestMatcher/ExpressionRequestMatcherTest.yaml

34 lines
956 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ExpressionRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ExpressionLanguage
type: class
source: Symfony\Component\ExpressionLanguage\ExpressionLanguage
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: ExpressionRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher
properties: []
methods:
- name: testMatchesWhenParentMatchesIsTrue
visibility: public
parameters:
- name: expression
- name: expected
comment: '# * @dataProvider provideExpressions'
- name: provideExpressions
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\ExpressionLanguage\ExpressionLanguage
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher
interfaces: []