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

testResultContainsLocationCreateAttributes() public method

Tests that the result contains LocationCreate attributes.
    public function testResultContainsLocationCreateAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'LocationCreate', 'attributes' => array('media-type' => 'application/vnd.ez.api.LocationCreate+xml')), $result, 'Invalid <LocationCreate> attributes.', false);
    }