PopTest\Mvc\RouterTest::testAction PHP Method

testAction() public method

public testAction ( )
    public function testAction()
    {
        $r = new Router(array('/' => 'Pop\\Mvc\\Controller'));
        $r->route(new Project(new Config(array())));
        $this->assertEquals('index', $r->getAction());
    }