mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
16 lines
432 B
XML
16 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="./tests/bootstrap.php"
|
|
colors="true"
|
|
backupGlobals="false">
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">./src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|