drupal7 tdd
1.0.0
wget -O phpunit https://phar.phpunit.de/phpunit-4.phar
&& chmod +x phpunit
TddTests.php
in sites/[your-site]/modules/tdd
HTTP_HOST
to domain of your local site (e.g. from sites.php
)./phpunit sites/[your-site]/modules/tdd/TddTests.php
from Drupal root folder