Method | Description | |
---|---|---|
__construct ( array $options, array $config, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | MagentoProject constructor. |
Method | Description | |
---|---|---|
activateModule ( $projectPath ) | ||
composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
configureRedis ( $projectPath ) | ||
configureTestSuites ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : |
||
finaliseSetup ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getBehatConfig ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed | ||
installMagento ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
installMagerun ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : |
||
saveBehatConfig ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output, $behat, $progress ) | ||
setPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
showCredentials ( array $options, Symfony\Component\Console\Output\OutputInterface $output ) | ||
updateConfigXml ( $projectPath ) |
public __construct ( array $options, array $config, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$options | array | |
$config | array | |
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected configureTestSuites ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : |
||
$options | array | |
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
return |
protected finaliseSetup ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$options | array | |
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected installMagento ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$options | array | |
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected installMagerun ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : |
||
$options | array | |
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
return |
protected saveBehatConfig ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output, $behat, $progress ) | ||
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$behat | ||
$progress |
protected setPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$projectPath | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected showCredentials ( array $options, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$options | array | |
$output | Symfony\Component\Console\Output\OutputInterface |