eZ\Publish\Core\REST\Common\Tests\UrlHandler\PatternTest::testGenerateUrl PHP Method

testGenerateUrl() public method

Data provider.
public testGenerateUrl ( $type, $url, $values )
    public function testGenerateUrl($type, $url, $values)
    {
        $urlHandler = $this->getWorkingUrlHandler();
        $this->assertSame($url, $urlHandler->generate($type, $values));
    }