Skip to content

Commit c1ef22d

Browse files
committed
Switching MYSQL travis to 5.7
1 parent a392045 commit c1ef22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
<php>
2121
<!-- "Real" test database -->
22-
<var name="db_host" value="127.0.0.1" />
22+
<var name="db_host" value="localhost" />
2323
<var name="db_username" value="root" />
24-
<var name="db_password" value="root" />
24+
<var name="db_password" value="" />
2525
<var name="db_name" value="tdbm_graphql_testcase" />
2626
<var name="db_port" value="3306"/>
2727
<var name="db_driver" value="pdo_mysql"/>

0 commit comments

Comments
 (0)