forked from doctrine/KeyValueStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
22 lines (20 loc) · 737 Bytes
/
phpunit.xml.dist
File metadata and controls
22 lines (20 loc) · 737 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="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Doctrine KeyValueStore">
<directory suffix="Test.php">tests/Doctrine/Tests/KeyValueStore</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>lib/Doctrine/KeyValueStore</directory>
</whitelist>
</filter>
<php>
<var name="DOCTRINE_KEYVALUE_AZURE_AUTHSCHEMA" value="sharedlite" />
<var name="DOCTRINE_KEYVALUE_AZURE_NAME" value="" />
<var name="DOCTRINE_KEYVALUE_AZURE_KEY" value="" />
<env name="RIAK_DNS" value="" />
<env name="DYNAMODB_DNS" value="" />
</php>
</phpunit>