Customize: Avoid using assertNotFalse() in tests because it's not available in PHPUnit 3.6.

See #35395

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


git-svn-id: http://core.svn.wordpress.org/trunk@38962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-10-30 15:42:36 +00:00
parent 791c72dd4d
commit 2d0d9cfbf9

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta1-39019';
$wp_version = '4.7-beta1-39020';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.