Skip to content

Commit

Permalink
Use sqlite for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcdw committed Nov 28, 2013
1 parent 727452b commit a958e5a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,4 @@
<directory>./tests/CrEOF/Tests/PhpUuidGenerator</directory>
</testsuite>
</testsuites>

<php>
<var name="db_type" value="pdo_pgsql"/>
<var name="db_host" value="localhost" />
<var name="db_username" value="postgres" />
<var name="db_password" value="" />
<var name="db_name" value="phpuuid_tests" />
<var name="db_port" value="5432" />

<!-- Database for temporary connections (i.e. to drop/create the main database) -->
<var name="tmpdb_type" value="pdo_pgsql"/>
<var name="tmpdb_host" value="localhost"/>
<var name="tmpdb_username" value="postgres"/>
<var name="tmpdb_password" value=""/>
<var name="tmpdb_name" value="doctrine_tests_tmp"/>
<var name="tmpdb_port" value="5432"/>
</php>
</phpunit>

0 comments on commit a958e5a

Please sign in to comment.