Skip to content

Instantly share code, notes, and snippets.

@undertext
Created April 8, 2019 22:02
Show Gist options
  • Save undertext/39a0848588e635327d41ef9b099ce86f to your computer and use it in GitHub Desktop.
Save undertext/39a0848588e635327d41ef9b099ce86f to your computer and use it in GitHub Desktop.
<testsuites>
<testsuite name="unit">
<file>./tests/TestSuites/UnitTestSuite.php</file>
</testsuite>
<testsuite name="kernel">
<file>./tests/TestSuites/KernelTestSuite.php</file>
</testsuite>
<testsuite name="functional">
<file>./tests/TestSuites/FunctionalTestSuite.php</file>
</testsuite>
<testsuite name="functional-javascript">
<file>./tests/TestSuites/FunctionalJavascriptTestSuite.php</file>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment