eZ\Bundle\EzPublishRestBundle\Tests\Routing\OptionsLoader\MapperTest::testGetOptionsRouteName PHP 메소드

testGetOptionsRouteName() 공개 메소드

    public function testGetOptionsRouteName()
    {
        $route = new Route('/route/{id}');
        self::assertEquals('ezpublish_rest_options_route_{id}', $this->mapper->getOptionsRouteName($route));
    }