Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / travis / pgsql.travis.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <phpunit>
3     <php>
4    <!-- "Real" test database -->
5         <var name="db_type" value="pdo_pgsql"/>
6         <var name="db_host" value="localhost" />
7         <var name="db_username" value="postgres" />
8         <var name="db_password" value="" />
9         <var name="db_name" value="doctrine_tests" />
10         <var name="db_port" value="5432"/>
11    <!--<var name="db_event_subscribers" value="Doctrine\DBAL\Event\Listeners\OracleSessionInit">-->
12
13    <!-- Database for temporary connections (i.e. to drop/create the main database) -->
14         <var name="tmpdb_type" value="pdo_pgsql"/>
15         <var name="tmpdb_host" value="localhost" />
16         <var name="tmpdb_username" value="postgres" />
17         <var name="tmpdb_password" value="" />
18         <var name="tmpdb_name" value="doctrine_tests_tmp" />
19         <var name="tmpdb_port" value="5432"/>
20     </php>
21     <testsuites>
22         <testsuite name="Doctrine ORM Test Suite">
23             <directory>./../Doctrine/Tests/ORM</directory>
24         </testsuite>
25     </testsuites>
26
27     <groups>
28         <exclude>
29             <group>performance</group>
30             <group>locking_functional</group>
31         </exclude>
32     </groups>
33
34 </phpunit>