-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
23 lines (23 loc) · 833 Bytes
/
phpunit.xml
File metadata and controls
23 lines (23 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="pulp">
<directory>packages/pulp/test</directory>
</testsuite>
<testsuite name="pulp-concert">
<directory>packages/pulp-concert/test</directory>
</testsuite>
<testsuite name="pulp-geocsv">
<directory>packages/pulp-geocsv/test</directory>
</testsuite>
<testsuite name="pulp-geojson">
<directory>packages/pulp-geojson/test</directory>
</testsuite>
<testsuite name="pulp-json">
<directory>packages/pulp-json/test</directory>
</testsuite>
<testsuite name="pulp-tic">
<directory>packages/pulp-tic/test</directory>
</testsuite>
</testsuites>
</phpunit>