mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 00:32:09 +01:00
23 lines
737 B
XML
23 lines
737 B
XML
<?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>
|