PHP Класс Symfony\Cmf\Bundle\RoutingBundle\Tests\Unit\Routing\DynamicRouterTest

Наследование: extends Symfony\Cmf\Component\Routing\Test\CmfUnitTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$container
$context
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$generator
$matcher
$request Symfony\Component\HttpFoundation\Request
$router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter

Открытые методы

Метод Описание
setUp ( )
testEventOptional ( )
testMatch ( )
testMatchNoRequest ( )
testMatchRequest ( )

Приватные методы

Метод Описание
assertRequestAttributes ( $request )

Описание методов

setUp() публичный Метод

public setUp ( )

testEventOptional() публичный Метод

public testEventOptional ( )

testMatch() публичный Метод

public testMatch ( )

testMatchNoRequest() публичный Метод

public testMatchNoRequest ( )

testMatchRequest() публичный Метод

public testMatchRequest ( )

Описание свойств

$container защищенное свойство

protected $container

$context защищенное свойство

protected $context

$eventDispatcher защищенное свойство

protected EventDispatcherInterface,Symfony\Component\EventDispatcher $eventDispatcher
Результат Symfony\Component\EventDispatcher\EventDispatcherInterface

$generator защищенное свойство

protected $generator

$matcher защищенное свойство

protected $matcher

$request защищенное свойство

protected Request,Symfony\Component\HttpFoundation $request
Результат Symfony\Component\HttpFoundation\Request

$router защищенное свойство

protected DynamicRouter,Symfony\Cmf\Bundle\RoutingBundle\Routing $router
Результат Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter