eZ\Bundle\EzPublishRestBundle\Tests\CorsOptions\RestProviderTest::testGetOptions PHP 메소드

testGetOptions() 공개 메소드

public testGetOptions ( )
    public function testGetOptions()
    {
        $this->matchRequestResult = array('allowedMethods' => 'GET,POST,DELETE');
        self::assertEquals(array('allow_methods' => array('GET', 'POST', 'DELETE')), $this->getProvider()->getOptions($this->createRequest()));
    }