public function AbstractDescriptorTest::testDescribeCommand 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::testDescribeCommand()
@dataProvider getDescribeCommandTestData
File
- vendor/
symfony/ console/ Tests/ Descriptor/ AbstractDescriptorTest.php, line 42
Class
Namespace
Symfony\Component\Console\Tests\DescriptorCode
public function testDescribeCommand(Command $command, $expectedDescription) {
$this
->assertDescription($expectedDescription, $command);
}