11 lines
236 B
XML
11 lines
236 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<phpunit bootstrap="bootstrap.php">
|
|
|
|
<testsuites>
|
|
<testsuite name="Gravity Tools tests.">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|