Changed username
Updated username in mock config for Model tests.
This commit is contained in:
parent
fea03520c8
commit
d00ce689b1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue