REST API: Restore Autosaves controller test for multisite.

PHPUnit 3.6.x requires `exclude` and `file` paths to be relative to the checkout root.

PHPUnit 4.0.0+ requires the paths to be relative to the configuration file.

Merges [43774] from the 5.0 branch to trunk.

See #45131.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2018-12-14 00:58:37 +00:00
parent 423c828330
commit b91caddc1d

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44127';
$wp_version = '5.1-alpha-44128';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.