a small step in jquery modernization
[openemr.git] / vendor / doctrine / couchdb / phpunit.xml.dist
blob2175f3365745353ea160910012aae2515f40c1f3
1 <?xml version="1.0" encoding="UTF-8"?>
3 <phpunit backupGlobals="false"
4 backupStaticAttributes="false"
5 colors="false"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 stopOnFailure="false"
10 syntaxCheck="false"
11 bootstrap="./tests/TestInit.php"
13 <php>
14 <var name="DOCTRINE_COUCHDB_DATABASE" value="doctrine_test_database" />
15 <var name="DOCTRINE_COUCHDB_CLIENT" value="Doctrine\CouchDB\HTTP\SocketClient" />
16 <var name="DOCTRINE_COUCHDB_PERFORMANCE_COUNT" value="3000" />
17 </php>
19 <testsuites>
20 <testsuite name="Doctrine ODM CouchDB Test Suite">
21 <directory>./tests/Doctrine/Tests/CouchDB</directory>
22 </testsuite>
23 </testsuites>
24 </phpunit>