diff --git a/tests/unit/lucatume/WPBrowser/WordPress/InstallationState/__snapshots__/ScaffoldedTest__3.5__should_allow_configuring_an_installation_using_custom_configuration__0.snapshot.php b/tests/unit/lucatume/WPBrowser/WordPress/InstallationState/__snapshots__/ScaffoldedTest__3.5__should_allow_configuring_an_installation_using_custom_configuration__0.snapshot.php index 5925fa7e4..0dc37ca22 100644 --- a/tests/unit/lucatume/WPBrowser/WordPress/InstallationState/__snapshots__/ScaffoldedTest__3.5__should_allow_configuring_an_installation_using_custom_configuration__0.snapshot.php +++ b/tests/unit/lucatume/WPBrowser/WordPress/InstallationState/__snapshots__/ScaffoldedTest__3.5__should_allow_configuring_an_installation_using_custom_configuration__0.snapshot.php @@ -29,7 +29,7 @@ define( 'DB_PASSWORD', 'password' ); /** Database hostname */ -define( 'DB_HOST', '127.0.0.1:2391' ); +define( 'DB_HOST', '127.0.0.1:3591' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); diff --git a/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_contents_provided_db_and_configuration_data__0.snapshot.php b/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_contents_provided_db_and_configuration_data__0.snapshot.php index c78729263..f3367b6d1 100644 --- a/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_contents_provided_db_and_configuration_data__0.snapshot.php +++ b/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_contents_provided_db_and_configuration_data__0.snapshot.php @@ -29,7 +29,7 @@ define( 'DB_PASSWORD', 'password' ); /** Database hostname */ -define( 'DB_HOST', '127.0.0.1:2391' ); +define( 'DB_HOST', '127.0.0.1:3591' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); diff --git a/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_with_custom_constants__0.snapshot.php b/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_with_custom_constants__0.snapshot.php index 83e0c8aa4..feea0e5b9 100644 --- a/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_with_custom_constants__0.snapshot.php +++ b/tests/unit/lucatume/WPBrowser/WordPress/__snapshots__/WpConfigFileGeneratorTest__3.5__should_correctly_produce_a_wp_config_php_file_with_custom_constants__0.snapshot.php @@ -29,7 +29,7 @@ define( 'DB_PASSWORD', 'password' ); /** Database hostname */ -define( 'DB_HOST', '127.0.0.1:2391' ); +define( 'DB_HOST', '127.0.0.1:3591' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' );