39 lines
1 KiB
YAML
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: []
|