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

testResultContainsFunctionValueElement() public method

Tests that the result contains function value element.
    public function testResultContainsFunctionValueElement($result)
    {
        $this->assertXMLTag(array('tag' => 'function', 'content' => 'delete'), $result, 'Invalid or non-existing <PolicyCreate> function value element.', false);
    }