메소드 |
설명 |
|
bootstrappedCodeceptionMessage ( string $testFramework, Symfony\Component\Console\Output\OutputInterface $output ) : void |
Show message if codeception is bootstrapped successfully. |
|
initializedBehatMessage ( string $testFramework, Symfony\Component\Console\Output\OutputInterface $output ) : void |
Show message if behat is initialized successfully. |
|
initializedGitMessage ( Symfony\Component\Console\Output\OutputInterface $output ) : void |
Show message if an empty git repo is initialized. |
|
isConfigurationApplicable ( $configuration ) : boolean |
Determine if a configuration is applicable. |
|
phpVersionWarning ( Symfony\Component\Console\Output\OutputInterface $output ) : string |
Show warning if an invalid php version or
a version greater than the one on the system is specified. |
|
projectNameContainsPhpWarning ( Symfony\Component\Console\Output\OutputInterface $output ) : void |
Show warning if the project name contains the string "php" |
|
supportedLicenseWarning ( Symfony\Component\Console\Output\OutputInterface $output ) : string |
Show warning if a license that is not supported is specified. |
|
testFrameworkWarning ( Symfony\Component\Console\Output\OutputInterface $output ) : string |
Show warning if a test framework that is not supported is specified. |
|
warnAndOverwriteInvalidSettingsWithDefaults ( Symfony\Component\Console\Output\OutputInterface $output ) : void |
Shows warnings and sets a new settings which overwrites
invalid settings with default values. |
|