You are here

public function AbstractDescriptorTest::testDescribeCommand in Zircon Profile 8

Same name and namespace in other branches
  1. 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

AbstractDescriptorTest

Namespace

Symfony\Component\Console\Tests\Descriptor

Code

public function testDescribeCommand(Command $command, $expectedDescription) {
  $this
    ->assertDescription($expectedDescription, $command);
}