Pulsestorm\Pestle\Tests\CommandExistsTest::testCommandsExisthelp PHP Метод

testCommandsExisthelp() публичный Метод

    function testCommandsExisthelp()
    {
        $results = $this->runHelpCommand('help');
        $this->assertContains('Description', $results);
    }