Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Aug 21, 2023
1 parent f5405de commit f7507db
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/config/database.ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,21 @@
PDO::ATTR_EMULATE_PREPARES => true,
]) : [],
],
'oracle' => [
'driver' => 'oracle',
'tns' => '',
'host' => '127.0.0.1',
'port' => getenv('ORACLE_PORT'),
'database' => 'XE',
'service_name' => '',
'username' => 'system',
'password' => 'oracle',
'charset' => 'AL32UTF8',
'prefix' => '',
'prefix_schema' => '',
'edition' => 'ora$base',
'server_version' => '11g',
'load_balance' => 'yes',
'dynamic' => [],
],
];

0 comments on commit f7507db

Please sign in to comment.