api/symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasHeaderTest.yaml

32 lines
853 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: ResponseHasHeaderTest
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: Response
type: class
source: Symfony\Component\HttpFoundation\Response
- name: ResponseHasHeader
type: class
source: Symfony\Component\HttpFoundation\Test\Constraint\ResponseHasHeader
properties: []
methods:
- name: testConstraint
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\ExpectationFailedException
- PHPUnit\Framework\TestCase
- PHPUnit\Framework\TestFailure
- Symfony\Component\HttpFoundation\Response
- Symfony\Component\HttpFoundation\Test\Constraint\ResponseHasHeader
interfaces: []