platform/api/symfony/Component/HttpFoundation/Tests/RequestMatcher/PathRequestMatcherTest.yaml
2024-09-02 10:44:11 -07:00

37 lines
890 B
YAML

name: PathRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: PathRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher
properties: []
methods:
- name: test
visibility: public
parameters:
- name: regexp
- name: expected
comment: '# * @dataProvider getData'
- name: getData
visibility: public
parameters: []
comment: null
- name: testWithLocaleIsNotSupported
visibility: public
parameters: []
comment: null
- name: testWithEncodedCharacters
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher
interfaces: []