aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/google/recaptcha/phpunit.xml.dist
blob: ae8661044bc57b6ecc77d3226531bb59fcd34463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
         colors="true"
         verbose="true"
         bootstrap="src/autoload.php">
    <testsuites>
        <testsuite name="reCAPTCHA Test Suite">
            <directory>tests/ReCaptcha/</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">src/ReCaptcha/</directory>
        </whitelist>
    </filter>
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>