File: integration.postgres.xml

package info (click to toggle)
kanboard 1.2.51%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,760 kB
  • sloc: php: 131,699; javascript: 3,773; sql: 2,383; makefile: 104; sh: 94; xml: 91
file content (13 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<phpunit bootstrap="../vendor/autoload.php" stopOnError="true" stopOnFailure="true" colors="true">
    <testsuites>
        <testsuite name="Kanboard">
            <directory>integration</directory>
            <exclude>integration/BaseProcedureTest.php</exclude>
        </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>