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