Reconfigured database username
Seems @travis-ci did make some changes as per their blog. Updated code to use the username `root` for connections instead of no user.
This commit is contained in:
parent
4645ac95eb
commit
fea03520c8
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ class DatabaseTest extends PHPUnit_Framework_TestCase
|
|||
'type' => 'mysql',
|
||||
'driver' => 'pdo_mysql',
|
||||
'hostname' => 'localhost',
|
||||
'username' => '',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'database' => 'test',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue