forked from tsolucio/coreBOSTests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
26 lines (26 loc) · 738 Bytes
/
Copy pathphpunit.xml
File metadata and controls
26 lines (26 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
backupGlobals="false">
<testsuites>
<testsuite name="QGTest">
<directory>./include/QueryGenerator</directory>
</testsuite>
<testsuite name="WSTest">
<directory>./include/Webservices</directory>
</testsuite>
<testsuite name="incFields">
<directory>./include/fields</directory>
</testsuite>
<testsuite name="incUtils">
<directory>./include/utils</directory>
</testsuite>
<testsuite name="WFTest">
<directory>./modules/com_vtiger_workflow</directory>
</testsuite>
<testsuite name="PearDBTest">
<directory>./include/database</directory>
</testsuite>
</testsuites>
</phpunit>