forked from googleads/google-ads-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
22 lines (21 loc) · 721 Bytes
/
Copy pathphpunit.xml.dist
File metadata and controls
22 lines (21 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="all-tests">
<directory>tests/Google/Ads/GoogleAds</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-text" target="php://stdout"/>
</logging>
<filter>
<whitelist>
<directory>src</directory>
<exclude>
<directory>src/Google/Ads/GoogleAds/V*</directory>
<directory>src/Google/Ads/GoogleAds/Lib/Testing</directory>
<directory>src/Google/Ads/GoogleAds/Util/Testing</directory>
</exclude>
</whitelist>
</filter>
</phpunit>