Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate.

Props peterwilsoncc.
Fixes #39219.
Built from https://develop.svn.wordpress.org/trunk@39919


git-svn-id: http://core.svn.wordpress.org/trunk@39856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-17 03:40:43 +00:00
parent 6b89d68cc1
commit 4a1108b9f9

View File

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