Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Sep 2, 2017
1 parent c6a59d3 commit 1f5d023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
],
]);

ConnectionManager::setConfig('test', ['url' => 'mysql://travis@localhost/test']);
ConnectionManager::setConfig('test', ['url' => 'mysql://root@localhost/test']);
ConnectionManager::setConfig('test_sqlite', ['url' => 'sqlite:///' . TMP . 'example.sq3']);
ConnectionManager::setConfig('test_postgres', ['url' => 'postgres://postgres@localhost/travis_ci_test']);

Expand Down

0 comments on commit 1f5d023

Please sign in to comment.