Bluz\Tests\Router\RouterTest::testRouterUrl PHP Method

testRouterUrl() public method

testRouterUrl
public testRouterUrl ( string $url, string $module, string $controller, array $params = [] )
$url string
$module string
$controller string
$params array
    public function testRouterUrl($url, $module, $controller, $params = [])
    {
        $this->assertEquals($url, Router::getUrl($module, $controller, $params));
    }