Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / travis / mysql.travis.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <phpunit>
3     <php>
4         <var name="db_type" value="pdo_mysql"/>
5         <var name="db_host" value="localhost" />
6         <var name="db_username" value="travis" />
7         <var name="db_password" value="" />
8         <var name="db_name" value="doctrine_tests" />
9         <var name="db_port" value="3306"/>
10
11         <var name="tmpdb_type" value="pdo_mysql"/>
12         <var name="tmpdb_host" value="localhost" />
13         <var name="tmpdb_username" value="travis" />
14         <var name="tmpdb_password" value="" />
15         <var name="tmpdb_name" value="doctrine_tests_tmp" />
16         <var name="tmpdb_port" value="3306"/>
17     </php>
18
19     <testsuites>
20         <testsuite name="Doctrine ORM Test Suite">
21             <directory>./../Doctrine/Tests/ORM</directory>
22         </testsuite>
23     </testsuites>
24     <groups>
25         <exclude>
26             <group>performance</group>
27             <group>locking_functional</group>
28         </exclude>
29     </groups>
30
31 </phpunit>
32