Skip to content

Instantly share code, notes, and snippets.

@mohammadYousefiDev
Created September 29, 2021 15:51
Show Gist options
  • Save mohammadYousefiDev/d031d8fe9d37691a4d8ff4314a977e7c to your computer and use it in GitHub Desktop.
Save mohammadYousefiDev/d031d8fe9d37691a4d8ff4314a977e7c to your computer and use it in GitHub Desktop.
Go to phpunit.xml
before end tag, add This
<testsuites>
<testsuite name="Application Test Suite">
<testsuite name="Modules Test Suite">
<directory>./Modules/*/Tests</directory>
</testsuite>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment