eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\LocationCreateStructTest::testResultContainsHiddenValueElement PHP Method

testResultContainsHiddenValueElement() public method

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