30 lines
709 B
YAML
30 lines
709 B
YAML
|
name: PortRequestMatcherTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Request
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Request
|
||
|
- name: PortRequestMatcher
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\RequestMatcher\PortRequestMatcher
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: test
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: port
|
||
|
- name: expected
|
||
|
comment: '# * @dataProvider getData'
|
||
|
- name: getData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\HttpFoundation\Request
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcher\PortRequestMatcher
|
||
|
interfaces: []
|