Phprest\Service\Hateoas\HateoasTest::testUrlGeneratorRelative PHP 메소드

testUrlGeneratorRelative() 공개 메소드

    public function testUrlGeneratorRelative()
    {
        $url = call_user_func_array($this->hateoasConfig->urlGenerator, ['/foo', [], false]);
        $this->assertEquals('/foo', $url);
    }