Skip to content

Commit 4d96d5b

Browse files
authored
Merge pull request #109 from getsource/master
Fix Environment Information Reporting. Changes the string that is replaced in wp-tests-config.php to account for https://core.trac.wordpress.org/changeset/47122. Fixes: #105
2 parents 6734789 + d6353bc commit 4d96d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
echo PHP_EOL;
8989
}
9090
EOT;
91-
$logger_replace_string = '// wordpress/wp-config.php will be ignored.' . PHP_EOL;
91+
$logger_replace_string = '// ** MySQL settings ** //' . PHP_EOL;
9292
$system_logger = $logger_replace_string . $system_logger;
9393
$php_binary_string = 'define( \'WP_PHP_BINARY\', \''. $WPT_PHP_EXECUTABLE . '\' );';
9494
$search_replace = array(

0 commit comments

Comments
 (0)