mbstring.func_overload test should be skipped properly.
This avoids PHPUnit notices related to "risky" tests. See #36016. Built from https://develop.svn.wordpress.org/trunk@36788 git-svn-id: http://core.svn.wordpress.org/trunk@36755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd07c927da
commit
a4881a9c2c
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta1-36787';
|
||||
$wp_version = '4.5-beta1-36788';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue