Open jhedstrom opened 12 years ago
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.
This is not done yet. One challenge we have is that we have multiple Cases in same file. In Drupal 8, I think that will go away though.
Anyway, we probably need to compose a test suite. See
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.