From 6aa4b8006d562460b3972bc91f870cd6bf415562 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Fri, 9 May 2014 16:18:24 -0300 Subject: [PATCH 1/2] double check 7.28 suspicions --- tests/scripts/travis_setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 08b939c0..66061c72 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -32,8 +32,7 @@ popd sudo ln -s $HOME/drush/drush /usr/local/sbin phpenv rehash -# Drupal 7.28 did something that started breaking batch tests. -drush dl --yes drupal-7.27 +drush dl --yes drupal cd drupal-* drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes # Needs to make things from Composer be available (PHP CS, primarily) From 42e80a3b68d80ac7a8a517b757b13690b9f1f9cf Mon Sep 17 00:00:00 2001 From: willtp87 Date: Fri, 9 May 2014 16:39:46 -0300 Subject: [PATCH 2/2] explaining tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4933356c..c20adcc7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Current maintainers: ## Development If you would like to contribute to this module, please check out our helpful [Documentation for Developers](https://github.com/Islandora/islandora/wiki#wiki-documentation-for-developers) info, as well as our [Developers](http://islandora.ca/developers) section on the Islandora.ca site. +The tests for this module will not run through Drupal’s UI. They will work using Drush, which works around Drupal’s batch API. ## License