2014-06-15 05:29:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-10-15 08:31:35 +00:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
|
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
backupGlobals="false"
|
|
|
|
verbose="true">
|
2014-06-15 05:29:44 +00:00
|
|
|
<testsuite name="Diff">
|
2014-10-15 08:31:35 +00:00
|
|
|
<directory suffix="Test.php">tests</directory>
|
2014-06-15 05:29:44 +00:00
|
|
|
</testsuite>
|
2014-10-15 08:31:35 +00:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2014-06-15 05:29:44 +00:00
|
|
|
</phpunit>
|
2014-10-15 08:31:35 +00:00
|
|
|
|