Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ## Steps to run Registration module simpletest from the command line
  2.  
  3. 1. drush dl drupal
  4. 2. cd into drupal installation
  5. 2. drush si --db-url=mysql://root:root@localhost/regtest -y
  6. 2. drush en registration -y
  7. 3. php scripts/run-tests.sh Registration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement