public function DynamicRouterTest::testContext

rather trivial, but we want 100% coverage

File

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

Class

DynamicRouterTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function testContext() {
  $this->router
    ->setContext($this->context);
  $this
    ->assertSame($this->context, $this->router
    ->getContext());
}