36 lines
974 B
YAML
36 lines
974 B
YAML
|
name: ResponseHasCookieTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ExpectationFailedException
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\ExpectationFailedException
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: TestFailure
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestFailure
|
||
|
- name: Cookie
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Cookie
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
- name: ResponseHasCookie
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Test\Constraint\ResponseHasCookie
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testConstraint
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\ExpectationFailedException
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- PHPUnit\Framework\TestFailure
|
||
|
- Symfony\Component\HttpFoundation\Cookie
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
- Symfony\Component\HttpFoundation\Test\Constraint\ResponseHasCookie
|
||
|
interfaces: []
|