eZ\Bundle\EzPublishRestBundle\Tests\Functional\LocationTest::testLoadLocation PHP 메소드

testLoadLocation() 공개 메소드

public testLoadLocation ( $locationHref )
    public function testLoadLocation($locationHref)
    {
        $response = $this->sendHttpRequest($this->createHttpRequest('GET', $locationHref));
        self::assertHttpResponseCodeEquals($response, 200);
    }