File size: 411 Bytes
e4f4821
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
    <testsuites>
        <testsuite name="Kanboard">
            <directory>integration</directory>
        </testsuite>
    </testsuites>
    <php>
        <const name="BASE_URL" value="http://127.0.0.1/" />
        <const name="API_URL" value="http://127.0.0.1/jsonrpc.php" />
        <const name="API_KEY" value="test" />
    </php>
</phpunit>