eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\SectionTest::testResultContainsSectionElement PHP Method

testResultContainsSectionElement() public method

Test if result contains Section element.
public testResultContainsSectionElement ( string $result )
$result string
    public function testResultContainsSectionElement($result)
    {
        $this->assertXMLTag(array('tag' => 'Section', 'children' => array('less_than' => 4, 'greater_than' => 2)), $result, 'Invalid <Section> element.', false);
    }