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.

See #45131.
Built from https://develop.svn.wordpress.org/branches/5.0@43774


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-10-20 04:21:38 +00:00
parent 0a3bb63b8f
commit bae53caa70

View File

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