public function AbstractDescriptorTest::getDescribeCommandTestData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php \Symfony\Component\Console\Tests\Descriptor\AbstractDescriptorTest::getDescribeCommandTestData()
File
- vendor/
symfony/ console/ Tests/ Descriptor/ AbstractDescriptorTest.php, line 75
Class
Namespace
Symfony\Component\Console\Tests\DescriptorCode
public function getDescribeCommandTestData() {
return $this
->getDescriptionTestData(ObjectsProvider::getCommands());
}