We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: