eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\PolicyTest::testResultContainsPolicyElement PHP Method

testResultContainsPolicyElement() public method

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