Build/Test Tools: Make `WP_Filesystem_Direct` tests more robust.
Follow-up to [57753] to make tests more robust, as there were multiple permission-related errors in the hosting test results. With this change, the tests now don’t try setting an owner that doesn’t exist. Props peterwilsoncc, costdev, javiercasares. See #57774. Built from https://develop.svn.wordpress.org/trunk@57849 git-svn-id: http://core.svn.wordpress.org/trunk@57350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4c0984a459
commit
b5ef90af01
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-57848';
|
||||
$wp_version = '6.6-alpha-57849';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue