platform/api/symfony/Component/HttpFoundation/Test/Constraint/ResponseCookieValueSame.yaml
2024-09-02 10:44:11 -07:00

48 lines
1 KiB
YAML

name: ResponseCookieValueSame
class_comment: null
dependencies:
- name: Constraint
type: class
source: PHPUnit\Framework\Constraint\Constraint
- name: Cookie
type: class
source: Symfony\Component\HttpFoundation\Cookie
- name: Response
type: class
source: Symfony\Component\HttpFoundation\Response
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: name
- name: value
- name: path
default: '''/'''
- name: domain
default: 'null'
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'
- name: getCookie
visibility: protected
parameters:
- name: response
comment: null
traits:
- PHPUnit\Framework\Constraint\Constraint
- Symfony\Component\HttpFoundation\Cookie
- Symfony\Component\HttpFoundation\Response
interfaces: []