9 lines
318 B
XML
9 lines
318 B
XML
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
|
bootstrap="load.php">
|
|
|
|
<testsuites>
|
|
<testsuite name="FuzeWorks Core Tests">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |