forked from egeloen/IvoryGoogleMapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpunit.ci.xml
25 lines (24 loc) · 868 Bytes
/
phpunit.ci.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="Tests/autoload.php">
<testsuites>
<testsuite name="IvoryGoogleMapBundle Test Suite">
<directory suffix="Test.php">./Tests</directory>
</testsuite>
</testsuites>
<php>
<server name="API_KEY" value="AIzaSyAbfXoOk_L4Ryk6aFvdqeAJvbg1ShYiqAE" />
<server name="API_SECRET" value="78BBhyDNOeFG_PWqHi6XUJ3woJE=" />
<server name="BROWSER_NAME" value="chrome" />
<server name="CACHE_PATH" value="Tests/.cache" />
</php>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>