1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00
math/phpunit.xml
Benjamin Morel d047282ec9 Disable PHPUnit globals backup
This is not useful for this test suite, and uselessly affects performance.
2015-06-22 12:41:35 +02:00

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>