Fixed Database test for Postgres.

This commit is contained in:
Dmitry Khomutov 2017-10-19 22:33:00 +07:00
parent ab566c1f41
commit 268ab03c86

View file

@ -81,7 +81,7 @@ class DatabaseTest extends \PHPUnit\Framework\TestCase
['host' => 'localhost'], ['host' => 'localhost'],
], ],
], ],
'type' => 'mysql', 'type' => DB_TYPE,
'name' => 'b8_test_2', 'name' => 'b8_test_2',
'username' => '', 'username' => '',
'password' => '', 'password' => '',