eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\PolicyCreateStructTest::testResultContainsPolicyCreateElement PHP Method

testResultContainsPolicyCreateElement() public method

Tests that the result contains PolicyCreate element.
    public function testResultContainsPolicyCreateElement($result)
    {
        $this->assertXMLTag(array('tag' => 'PolicyCreate', 'children' => array('less_than' => 4, 'greater_than' => 1)), $result, 'Invalid <PolicyCreate> element.', false);
    }