public function AbstractDescriptorTest::getDescribeApplicationTestData 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::getDescribeApplicationTestData()
File
- vendor/
symfony/ console/ Tests/ Descriptor/ AbstractDescriptorTest.php, line 80
Class
Namespace
Symfony\Component\Console\Tests\DescriptorCode
public function getDescribeApplicationTestData() {
return $this
->getDescriptionTestData(ObjectsProvider::getApplications());
}