Build/Test tools: Add inline documentation to undocumented methods in the `WP_UnitTestCase` class.

Props Frank Klein

Fixes #42731

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


git-svn-id: http://core.svn.wordpress.org/trunk@42208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-12-08 21:01:51 +00:00
parent 7ec3bfe1ce
commit dbd8923458
1 changed files with 1 additions and 1 deletions

View File

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