eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\LocationUpdateStructTest::testResultContainsLocationUpdateElement PHP Method

testResultContainsLocationUpdateElement() public method

Tests that the result contains LocationUpdate element.
    public function testResultContainsLocationUpdateElement($result)
    {
        $this->assertXMLTag(array('tag' => 'LocationUpdate', 'children' => array('count' => 4)), $result, 'Invalid <LocationUpdate> element.', false);
    }