Skip to content

Commit

Permalink
fixes doctrine#2626: add PHPUnit config for continuousphp Oracle testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deeky666 committed Feb 1, 2017
1 parent 947811e commit 56aa5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/continuousphp/oci8.phpunit.continuousphp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<var name="tmpdb_host" value="oracle-xe-11" />
<var name="tmpdb_username" value="ORACLE" />
<var name="tmpdb_password" value="ORACLE" />
<var name="db_name" value="XE" />
<var name="tmpdb_name" value="XE" />
<var name="tmpdb_port" value="1521"/>
</php>

Expand Down

0 comments on commit 56aa5fb

Please sign in to comment.