eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\SectionListTest::testResultContainsSectionListElement PHP Method

testResultContainsSectionListElement() public method

Test if result contains SectionList element.
    public function testResultContainsSectionListElement($result)
    {
        $this->assertXMLTag(array('tag' => 'SectionList'), $result, 'Invalid <SectionList> element.', false);
    }