eZ\Bundle\EzPublishRestBundle\Tests\Functional\SectionTest::testLoadSection PHP 메소드

testLoadSection() 공개 메소드

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