Filesystem API: Add test for uncovered `WP_Error` in `move_dir()`.
Introduces a test for the `WP_Error` object `destination_not_deleted_move_dir` in the `move_dir()` function. Follow up to [55226]. Props costdev, mukesh27. Fixes #57375. Built from https://develop.svn.wordpress.org/trunk@55244 git-svn-id: http://core.svn.wordpress.org/trunk@54777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
485d9da6ff
commit
425787e5ba
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-alpha-55243';
|
$wp_version = '6.2-alpha-55244';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue