use Symfony\Component\Console\Descriptor\TextDescriptor;
use Symfony\Component\Console\Tests\Fixtures\DescriptorApplication2;
use Symfony\Component\Console\Tests\Fixtures\DescriptorApplicationMbString;
use Symfony\Component\Console\Tests\Fixtures\DescriptorCommandMbString;
class TextDescriptorTest extends AbstractDescriptorTestCase
{ public static function getDescribeCommandTestData() { return self::
getDescriptionTestData(array_merge( ObjectsProvider::
getCommands(),
['command_mbstring' =>
new DescriptorCommandMbString()] ));
} public static function getDescribeApplicationTestData() { return self::
getDescriptionTestData(array_merge( ObjectsProvider::
getApplications(),
['application_mbstring' =>
new DescriptorApplicationMbString()] ));
}