Files
KeyValueStore/phpunit.xml.dist
2019-10-20 14:36:57 +02:00

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>