Ejemplo n.º 1
0
 public function testSetTokenSeparator()
 {
     $context = new RouterContext();
     $context->setTokenSeparator('/');
     $this->assertEquals('/', $this->readProperty($context, 'tokenSeparator'));
 }