api/symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.yaml
2024-09-26 02:03:21 -07:00

39 lines
1 KiB
YAML

name: ExceptionDataCollectorTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: FlattenException
type: class
source: Symfony\Component\ErrorHandler\Exception\FlattenException
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: Response
type: class
source: Symfony\Component\HttpFoundation\Response
- name: ExceptionDataCollector
type: class
source: Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
properties: []
methods:
- name: testCollect
visibility: public
parameters: []
comment: null
- name: testCollectWithoutException
visibility: public
parameters: []
comment: null
- name: testReset
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\ErrorHandler\Exception\FlattenException
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\Response
- Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
interfaces: []