Skip to content

Commit

Permalink
try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 17, 2017
1 parent 57e97d5 commit 2d4c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Expand Up @@ -33,7 +33,7 @@ protected function getEnvironmentSetUp($app)
$app['config']->set('database.default', 'mysql');
$app['config']->set('database.connections.mysql', [
'driver' => 'mysql',
'host' => 'localhost',
'host' => '127.0.0.1',
'database' => 'laravel_tags',
'username' => env('DB_USERNAME', 'root'),
'password' => env('DB_PASSWORD', ''),
Expand Down

0 comments on commit 2d4c6e9

Please sign in to comment.