You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Travis is configured to only run checkstyle and copy-paste detection. We need to add a command for running unit and functional tests inside our drupal modules to the script Travis executes.
This documentation suggests something like sudo -u www-data php ./core/scripts/run-tests.sh islandora. We don't have sudo on Travis, so we'll have to adjust that somehow to make it run. As long as you have access to your document root while running it should be ok.
The text was updated successfully, but these errors were encountered:
Right now, Travis is configured to only run checkstyle and copy-paste detection. We need to add a command for running unit and functional tests inside our drupal modules to the script Travis executes.
This documentation suggests something like
sudo -u www-data php ./core/scripts/run-tests.sh islandora
. We don't have sudo on Travis, so we'll have to adjust that somehow to make it run. As long as you have access to your document root while running it should be ok.The text was updated successfully, but these errors were encountered: