36 lines
788 B
YAML
36 lines
788 B
YAML
|
name: ResponseHeaderSame
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\Constraint\Constraint
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: headerName
|
||
|
- name: expectedValue
|
||
|
comment: null
|
||
|
- name: toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: matches
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: response
|
||
|
comment: '# * @param Response $response'
|
||
|
- name: failureDescription
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: response
|
||
|
comment: '# * @param Response $response'
|
||
|
traits:
|
||
|
- PHPUnit\Framework\Constraint\Constraint
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
interfaces: []
|