Fixed tests for DB changes
This commit is contained in:
parent
c90c292629
commit
5396d580b3
2 changed files with 4 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Application extends BaseApplication
|
|||
'php-censor' => [
|
||||
'adapter' => $databaseSettings['type'],
|
||||
'host' => $databaseSettings['servers']['write'][0]['host'],
|
||||
'port' => $databaseSettings['servers']['write'][0]['port'],
|
||||
'port' => $databaseSettings['port'],
|
||||
'name' => $databaseSettings['name'],
|
||||
'user' => $databaseSettings['username'],
|
||||
'pass' => $databaseSettings['password'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue