PHP Класс Gush\Tests\Command\Core\CoreInitCommandTest

Наследование: extends Gush\Tests\Command\CommandTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
provideEmptyValues ( )
testGivesErrorWhenNotInGitDirectory ( )
testLocalAutoConfiguringInNonInteractive ( )
testLocalConfiguringWithAllOptionsInNonInteractive ( )
testLocalConfiguringWithRequiredOptionsInNonInteractive ( )
testRunCommandWithAutoDetectedOptionsFromGitRemote ( )
testRunCommandWithEmptyValuesAreProhibited ( $expected, $input )
testRunCommandWithNoConfiguredAdapter ( )
testRunCommandWithoutExistingLocalConfigAndNoRemote ( )

Защищенные методы

Метод Описание
getGitConfigHelper ( $hasRemote = true )
requiresRealConfigDir ( )

Описание методов

getGitConfigHelper() защищенный Метод

protected getGitConfigHelper ( $hasRemote = true )

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

public provideEmptyValues ( )

requiresRealConfigDir() защищенный Метод

protected requiresRealConfigDir ( )

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

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

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

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

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

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

public testRunCommandWithEmptyValuesAreProhibited ( $expected, $input )
$expected
$input

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

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