You are here

public function DynamicRouterTest::testRouteCollectionEmpty in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/Tests/Routing/DynamicRouterTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\DynamicRouterTest::testRouteCollectionEmpty()

File

vendor/symfony-cmf/routing/Tests/Routing/DynamicRouterTest.php, line 60

Class

DynamicRouterTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function testRouteCollectionEmpty() {
  $collection = $this->router
    ->getRouteCollection();
  $this
    ->assertInstanceOf('Symfony\\Component\\Routing\\RouteCollection', $collection);
}