LionsAd / drupal_ti

Drupal - Travis Integration
82 stars 37 forks source link

Issue #32: Added drupal driver and tests for Drupal 7 and 8. #63

Closed LionsAd closed 8 years ago

LionsAd commented 8 years ago

As per #32 and #31.

Adds usage of drupal-driver for Drupal 7 and 8.

For Drupal 8 the newest version of drupal-driver:dev-master needed to be used.

Also minimal profile does not have a logout link, so circumventing by using standard profile for now until https://github.com/jhedstrom/drupalextension/pull/131 or similar is fixed.

Original report

Currently only does Drupal 7, and the test is super basic and could be improved, will probably do a bit more when I can, but about to run out the door.

D8 version just didn't work, possibly the drupal_root needs to be different, but it kept throwing errors.

Replaces #33.

This closes #32 and closes #31.

LionsAd commented 8 years ago

Thanks @Decipher, I fixed up the code and all works now!