Ejemplo n.º 1
0
 function testGetUrl()
 {
     $router = new \AuraTempleFramework\Router('hello/world');
     $router->registerRoute('hello', 'HelloRoute');
     $this->assertEquals('hello/world', $router->getUrl());
 }