Skip to content

Commit

Permalink
Define privileged credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Aug 24, 2021
1 parent 570da6a commit 4bf3698
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/github/phpunit/pdo_oci.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<var name="db_dbname" value="XE"/>
<var name="db_event_subscribers" value="Doctrine\DBAL\Event\Listeners\OracleSessionInit"/>

<var name="privileged_driver" value="pdo_oci"/>
<var name="privileged_host" value="localhost"/>
<var name="privileged_user" value="system"/>
<var name="privileged_password" value="oracle"/>
<var name="privileged_dbname" value="XE"/>

<!-- necessary change for some CLI/console output test assertions -->
<env name="COLUMNS" value="120"/>
</php>
Expand Down

0 comments on commit 4bf3698

Please sign in to comment.