mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 16:51:07 +00:00
16 lines
406 B
XML
16 lines
406 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="phpbrowscap Test Suite">
|
|
<directory>tests/phpbrowscapTest/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">src/phpbrowscap/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|