35 lines
876 B
YAML
35 lines
876 B
YAML
|
name: AttributesRequestMatcherTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Request
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Request
|
||
|
- name: AttributesRequestMatcher
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\RequestMatcher\AttributesRequestMatcher
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: test
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
- name: regexp
|
||
|
- name: expected
|
||
|
comment: '# * @dataProvider getData'
|
||
|
- name: getData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\HttpFoundation\Request
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcher\AttributesRequestMatcher
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
interfaces: []
|