pantheon-deprecated / example-drupal7-circle-composer

Example project for installing a Drupal 7 site with Composer and testing with Circle CI
15 stars 10 forks source link

Unable to execute behat-pantheon tests #5

Open andyg5000 opened 8 years ago

andyg5000 commented 8 years ago

I've verified that base_url and drush alias settings in behat-pantheon.yml are correct and that the drush alias on circle-ci is working. However, I keep getting Given I am logged in as a user with the "administrator" role.

I've followed suggestions in https://www.drupal.org/node/2023625, but still can't get this to work.

I'm attempting to access a default Drupal 7 install on pantheon dev.

andyg5000 commented 8 years ago

Warning: strtotime(): It is not safe to rely on the system's timezone settings. Was causing the tests to fail. Will figure out the best way to set timezone on circle-ci php.ini and report back!

andyg5000 commented 8 years ago

I'm unable to get the circle ci tests for this repo to pass https://github.com/pantheon-systems/example-drupal7-circle-composer/pull/7

In my forked project this works by adding the following to my circle.yml

`dependencies: pre:

Neither path listed in the following issue I created works with this repo's tests. https://github.com/circleci/circleci-docs/issues/98

The only difference that I'm aware of is that I'm running php 5.6.18 in my circle.yml