use Symfony\Bundle\FrameworkBundle\Console\Descriptor\TextDescriptor;
use Symfony\Component\HttpKernel\Debug\FileLinkFormatter;
use Symfony\Component\Routing\Route;
class TextDescriptorTest extends AbstractDescriptorTestCase
{ private static ?FileLinkFormatter
$fileLinkFormatter = null;
protected static function getDescriptor() { return new TextDescriptor(static::
$fileLinkFormatter);
} protected static function getFormat() { return 'txt';
} public static function getDescribeRouteWithControllerLinkTestData() { $getDescribeData =
static::
getDescribeRouteTestData();