Skip to content

Commit ed6f436

Browse files
committed
fix search/replace issue
the `// ** MySQL settings ** //` string in the `wp-tests-config-sample.php` was changed lately so the runner might not work any more. cc @audrasjb WordPress/wordpress-develop@e860dee
1 parent ded08bd commit ed6f436

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
@@ -100,7 +100,7 @@
100100
echo PHP_EOL;
101101
}
102102
EOT;
103-
$logger_replace_string = '// ** MySQL settings ** //' . PHP_EOL;
103+
$logger_replace_string = '// ** Database settings ** //' . PHP_EOL;
104104
$system_logger = $logger_replace_string . $system_logger;
105105
$php_binary_string = 'define( \'WP_PHP_BINARY\', \''. $WPT_PHP_EXECUTABLE . '\' );';
106106
$search_replace = array(

0 commit comments

Comments
 (0)