PHP Class JonathanTorres\Construct\Helpers\Script

Datei anzeigen Open project: jonathantorres/construct Class Usage Examples

Public Methods

Method 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 method

Generate default codeception suites.
public bootstrapCodeception ( string $folder ) : void
$folder string
return void

initBehat() public method

Generate default behat context.
public initBehat ( string $folder ) : void
$folder string
return void

runComposerInstallAndRequireDevelopmentPackages() public method

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.
return void