Tests: Replace use of `$this->server` with `rest_get_server()` for better memory recycling.

Props danielbachhuber.
Fixes #41641.
Built from https://develop.svn.wordpress.org/trunk@42724


git-svn-id: http://core.svn.wordpress.org/trunk@42554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-02-21 16:25:31 +00:00
parent edfe2ece51
commit ebeb2bcf5b
1 changed files with 1 additions and 1 deletions

View File

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