PHP Class JonathanTorres\Construct\Helpers\Script

Afficher le fichier Open project: jonathantorres/construct Class Usage Examples

Méthodes publiques

Méthode Description
bootstrapCodeception ( string $folder ) : void Generate default codeception suites.
initBehat ( string $folder ) : void Generate default behat context.
runComposerInstallAndRequireDevelopmentPackages ( string $folder, array $packages ) : void Do an initial composer install in constructed project and require the development packages.

Method Details

bootstrapCodeception() public méthode

Generate default codeception suites.
public bootstrapCodeception ( string $folder ) : void
$folder string
Résultat void

initBehat() public méthode

Generate default behat context.
public initBehat ( string $folder ) : void
$folder string
Résultat void

runComposerInstallAndRequireDevelopmentPackages() public méthode

Do an initial composer install in constructed project and require the development packages.
public runComposerInstallAndRequireDevelopmentPackages ( string $folder, array $packages ) : void
$folder string The folder to execute the command(s) in.
$packages array The development packages to require.
Résultat void