eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\RoleCreateStructTest::testResultContainsRoleInputAttributes PHP Method

testResultContainsRoleInputAttributes() public method

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