PHP Класс JonathanTorres\Construct\Helpers\Script

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

Generate default codeception suites.
public bootstrapCodeception ( string $folder ) : void
$folder string
Результат void

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

Generate default behat context.
public initBehat ( string $folder ) : void
$folder string
Результат void

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

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.
Результат void