We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a392045 commit c1ef22dCopy full SHA for c1ef22d
phpunit.xml.dist
@@ -19,9 +19,9 @@
19
20
<php>
21
<!-- "Real" test database -->
22
- <var name="db_host" value="127.0.0.1" />
+ <var name="db_host" value="localhost" />
23
<var name="db_username" value="root" />
24
- <var name="db_password" value="root" />
+ <var name="db_password" value="" />
25
<var name="db_name" value="tdbm_graphql_testcase" />
26
<var name="db_port" value="3306"/>
27
<var name="db_driver" value="pdo_mysql"/>
0 commit comments