forked from flyspray/flyspray
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit_pgsql.xml
More file actions
Latest commit
21 lines (21 loc) · 501 Bytes
/
Copy pathphpunit_pgsql.xml
File metadata and controls
21 lines (21 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="Tests/bootstrap.php"colors="true">
<php>
<varname="db_dsn"value="pgsql:dbname=flyspray_test;host=localhost"/>
<varname="db_username"value="postgres"/>
<varname="db_password"value=""/>
</php>
<testsuites>
<testsuitename="Flyspray Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>