Skip to content

Commit

Permalink
Remove commented behat code
Browse files Browse the repository at this point in the history
  • Loading branch information
namespacebrian committed Feb 29, 2024
1 parent 437a2b8 commit bda5d60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Commands/ProjectCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,17 +374,12 @@ public function createProject(
// Require basic testing general packages.
exec("composer --working-dir=$siteDir require --no-update --dev dealerdirect/phpcodesniffer-composer-installer squizlabs/php_codesniffer");
exec("composer --working-dir=$siteDir config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true");
// Require behat related general packages.
// exec("composer --working-dir=$siteDir require --no-update --dev behat/behat behat/mink dmore/behat-chrome-extension genesis/behat-fail-aid jcalderonzumba/mink-phantomjs-driver mikey179/vfsstream");

// Install packages depending on the application.
if ($app === 'Drupal') {
// exec("composer --working-dir=$siteDir require --no-update --dev drupal/coder drupal/drupal-extension drupal/drupal-driver");
// exec("composer --working-dir=$siteDir require --no-update --dev drush-ops/behat-drush-endpoint");
exec("composer --working-dir=$siteDir require --no-update pantheon-systems/quicksilver-pushback");
} elseif (strtolower($app) === 'wordpress') {
exec("composer --working-dir=$siteDir require --no-update --dev wp-coding-standards/wpcs");
//exec("composer --working-dir=$siteDir require --no-update --dev paulgibbs/behat-wordpress-extension --ignore-platform-reqs");
}
exec("composer --working-dir=$siteDir update");
}
Expand Down

0 comments on commit bda5d60

Please sign in to comment.