Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all tests? #7

Open
jhedstrom opened this issue Mar 27, 2012 · 1 comment
Open

Run all tests? #7

jhedstrom opened this issue Mar 27, 2012 · 1 comment

Comments

@jhedstrom
Copy link
Contributor

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants