Tests: When testing the `utf8mb4` charset, ensure that the current MySQL server has `utf8mb4` support.

See #35249.


Built from https://develop.svn.wordpress.org/trunk@36116


git-svn-id: http://core.svn.wordpress.org/trunk@36082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-12-29 04:40:27 +00:00
parent 47ac58d76f
commit d48c98a30b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36115';
$wp_version = '4.5-alpha-36116';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.