public function testClearGetParams() { $this->markTestSkipped("Check if is router test"); $uri = '/?hello=world'; $this->object->explode($uri); $this->assertEquals("Index", $this->object->getControllerName()); $this->assertEquals("index", $this->object->getActionName()); }
/** */ public function testGetActionName() { $this->assertEquals('TestAction', $this->object->getActionName()); }