Tests: Simplify @covers annotations for WP_Error test coverage. Also fix a typo in a test method name.

See #42742.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2018-02-03 17:38:30 +00:00
parent 3544e0151d
commit f3ca5b5f47

View File

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