weitzman / upal

PHPUnit based test framework for Drupal. Aims to runs all the existing Simpletests without modification.
60 stars 19 forks source link

Run all tests? #7

Open jhedstrom opened 12 years ago

jhedstrom commented 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.

weitzman commented 12 years ago

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