rather trivial, but we want 100% coverage
public function testContext() { $this->router ->setContext($this->context); $this ->assertSame($this->context, $this->router ->getContext()); }