mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
8 lines
201 B
XML
8 lines
201 B
XML
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Test Suite">
|
|
<directory>test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|