mirror of
https://github.com/danog/math.git
synced 2024-11-30 04:19:31 +01:00
d047282ec9
This is not useful for this test suite, and uselessly affects performance.
14 lines
400 B
XML
14 lines
400 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|