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

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

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