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

testResultContainsLocationCreateElement() public method

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