72 lines
2 KiB
YAML
72 lines
2 KiB
YAML
|
name: RouterMatchCommandTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: RouterDebugCommand
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
|
||
|
- name: RouterMatchCommand
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
|
||
|
- name: Application
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Console\Application
|
||
|
- name: CommandTester
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Tester\CommandTester
|
||
|
- name: Container
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Container
|
||
|
- name: KernelInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\KernelInterface
|
||
|
- name: RequestContext
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\RequestContext
|
||
|
- name: Route
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\Route
|
||
|
- name: RouteCollection
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\RouteCollection
|
||
|
- name: RouterInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\RouterInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testWithMatchPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testWithNotMatchPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createCommandTester
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getRouter
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getKernel
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
|
||
|
- Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
|
||
|
- Symfony\Bundle\FrameworkBundle\Console\Application
|
||
|
- Symfony\Component\Console\Tester\CommandTester
|
||
|
- Symfony\Component\DependencyInjection\Container
|
||
|
- Symfony\Component\HttpKernel\KernelInterface
|
||
|
- Symfony\Component\Routing\RequestContext
|
||
|
- Symfony\Component\Routing\Route
|
||
|
- Symfony\Component\Routing\RouteCollection
|
||
|
- Symfony\Component\Routing\RouterInterface
|
||
|
interfaces: []
|