public function DynamicRouterTest::testRouteCollection

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php, line 49

Class

DynamicRouterTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

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

  // TODO: once this is implemented, check content of collection
}