eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\LimitationTest::testResultContainsLimitationAttributes PHP Method

testResultContainsLimitationAttributes() public method

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