platform/api/symfony/Component/HttpKernel/Tests/HttpClientKernelTest.yaml

32 lines
877 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: HttpClientKernelTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: HttpClientKernel
type: class
source: Symfony\Component\HttpKernel\HttpClientKernel
- name: HttpClientInterface
type: class
source: Symfony\Contracts\HttpClient\HttpClientInterface
- name: ResponseInterface
type: class
source: Symfony\Contracts\HttpClient\ResponseInterface
properties: []
methods:
- name: testHandlePassesMaxRedirectsHttpClientOption
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpKernel\HttpClientKernel
- Symfony\Contracts\HttpClient\HttpClientInterface
- Symfony\Contracts\HttpClient\ResponseInterface
interfaces: []