eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\PolicyCreateStructTest::testResultContainsLimitationsAttributes PHP Method

testResultContainsLimitationsAttributes() public method

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