I haven't found an easy way to run all the tests scattered throughout the Drupal modules directory. Is this possible?
I've tried things such as
phpunit --configuration ~/work/contributions/utilities/upal/phpunit.xml `find -name *test | xargs`
but that seems to only run the first .test file found.
I haven't found an easy way to run all the tests scattered throughout the Drupal modules directory. Is this possible?
I've tried things such as
but that seems to only run the first .test file found.