eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RoleTest::testResultContainsDescriptionsElement PHP Method

testResultContainsDescriptionsElement() public method

Test if result contains descriptions element.
    public function testResultContainsDescriptionsElement($result)
    {
        $this->markTestSkipped('@todo uncomment when support for multilingual names and descriptions is added EZP-24776');
        $this->assertXMLTag(array('tag' => 'descriptions', 'children' => array('count' => 2)), $result, 'Invalid <descriptions> element.', false);
    }