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

46 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: QueryParameterRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: QueryParameterRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\QueryParameterRequestMatcher
properties: []
methods:
- name: testArray
visibility: public
parameters:
- name: uri
- name: matches
comment: '# * @dataProvider getDataForArray'
- name: testCommaSeparatedString
visibility: public
parameters:
- name: uri
- name: matches
comment: '# * @dataProvider getDataForArray'
- name: testSingleString
visibility: public
parameters:
- name: uri
- name: matches
comment: '# * @dataProvider getDataForSingleString'
- name: getDataForArray
visibility: public
parameters: []
comment: null
- name: getDataForSingleString
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\QueryParameterRequestMatcher
interfaces: []