56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
name: RouterDataCollectorTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: RedirectResponse
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\RedirectResponse
|
|
- name: Request
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Request
|
|
- name: Response
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Response
|
|
- name: RouterDataCollector
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\DataCollector\RouterDataCollector
|
|
- name: ControllerEvent
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Event\ControllerEvent
|
|
- name: KernelInterface
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\KernelInterface
|
|
properties: []
|
|
methods:
|
|
- name: testRouteRedirectResponse
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRouteNotRedirectResponse
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testReset
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: createControllerEvent
|
|
visibility: protected
|
|
parameters:
|
|
- name: request
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\HttpFoundation\RedirectResponse
|
|
- Symfony\Component\HttpFoundation\Request
|
|
- Symfony\Component\HttpFoundation\Response
|
|
- Symfony\Component\HttpKernel\DataCollector\RouterDataCollector
|
|
- Symfony\Component\HttpKernel\Event\ControllerEvent
|
|
- Symfony\Component\HttpKernel\KernelInterface
|
|
interfaces: []
|