9 lines
206 B
XML
9 lines
206 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true">
|
|
<testsuites>
|
|
<testsuite name="DrupalFinder Test Suite">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|