summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
blob: a5d7fb4f12fb5c761c54804ffc854951760729fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
    <testsuites>
        <testsuite name="PHP PHPAuth Test Suite">
            <directory>tests/</directory>
        </testsuite>
    </testsuites>
    <php>
    	<ini name="sendmail_path" value="/bin/true" />
    	<server name="REMOTE_ADDR" value="127.0.0.1" />
    	<server name="HTTP_USER_AGENT" value="PHPUnit Test Browser" />
    </php>
</phpunit>