Changed username

Updated username in mock config for Model tests.
This commit is contained in:
Josh Sherman 2014-08-05 20:08:56 -04:00
parent fea03520c8
commit d00ce689b1

View file

@ -37,7 +37,7 @@ class ModelTest extends PHPUnit_Framework_TestCase
'type' => 'mysql', 'type' => 'mysql',
'driver' => 'pdo_mysql', 'driver' => 'pdo_mysql',
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => '', 'username' => 'root',
'password' => '', 'password' => '',
'database' => 'test', 'database' => 'test',
'cache' => true, 'cache' => true,