Fix tests after [37709].
Avoids using `assertNotFalse()` which is only available in PHPUnit 4.0 and above. See [37708], [37710]. See #36767. Built from https://develop.svn.wordpress.org/branches/4.5@37711 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ddfbf0cbe4
commit
e09e36af80
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5.3-alpha-37709';
|
||||
$wp_version = '4.5.3-alpha-37711';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue