stephenharris / WordPressBehatExtension

WordPress extension for Behat 3
Other
8 stars 5 forks source link

Add MySQL host configuration for the Behat extension #20

Closed rask closed 7 years ago

rask commented 7 years ago

If MySQL is not at localhost, being unable to define a custom hostname for a MySQL server breaks the extension.

Adds a new config field called connection.host which allows defining a custom hostname.

See #19.