platform/api/symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.yaml

80 lines
2 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ProfilerTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: Response
type: class
source: Symfony\Component\HttpFoundation\Response
- name: DataCollectorInterface
type: class
source: Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
- name: RequestDataCollector
type: class
source: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
- name: FileProfilerStorage
type: class
source: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
- name: Profiler
type: class
source: Symfony\Component\HttpKernel\Profiler\Profiler
properties: []
methods:
- name: testCollect
visibility: public
parameters: []
comment: null
- name: testReset
visibility: public
parameters: []
comment: null
- name: testFindWorksWithDates
visibility: public
parameters: []
comment: null
- name: testFindWorksWithTimestamps
visibility: public
parameters: []
comment: null
- name: testFindWorksWithInvalidDates
visibility: public
parameters: []
comment: null
- name: testFindWorksWithStatusCode
visibility: public
parameters: []
comment: null
- name: testIsInitiallyEnabled
visibility: public
parameters: []
comment: null
- name: testDisable
visibility: public
parameters: []
comment: null
- name: testEnable
visibility: public
parameters: []
comment: null
- name: setUp
visibility: protected
parameters: []
comment: null
- name: tearDown
visibility: protected
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\Response
- Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
- Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
- Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
- Symfony\Component\HttpKernel\Profiler\Profiler
interfaces: []