eZ\Bundle\EzPublishRestBundle\Tests\Functional\SectionTest::testListSections PHP Method

testListSections() public method

public testListSections ( )
    public function testListSections()
    {
        $response = $this->sendHttpRequest($this->createHttpRequest('GET', '/api/ezp/v2/content/sections'));
        self::assertHttpResponseCodeEquals($response, 200);
    }