php-linux-thermal/phpunit.xml

8 lines
217 B
XML

<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="php-acpi-thermal">
<directory suffix="Test.php">tests/src/</directory>
</testsuite>
</testsuites>
</phpunit>