Skip to content

korkhau/drupal7-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Drupal 7 TDD

How to run

  • Install PHP Unit via wget -O phpunit https://phar.phpunit.de/phpunit-4.phar && chmod +x phpunit
  • Place TddTests.php in sites/[your-site]/modules/tdd
  • Change HTTP_HOST to domain of your local site (e.g. from sites.php)
  • Run ./phpunit sites/[your-site]/modules/tdd/TddTests.php from Drupal root folder

Releases

No releases published

Packages

No packages published

Languages