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:
Josh Sherman 2014-08-05 18:58:33 -04:00
parent 4645ac95eb
commit fea03520c8
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ class DatabaseTest extends PHPUnit_Framework_TestCase
'type' => 'mysql',
'driver' => 'pdo_mysql',
'hostname' => 'localhost',
'username' => '',
'username' => 'root',
'password' => '',
'database' => 'test',
],