Tests: Prevent an Ajax test for `IMAGE_EDIT_OVERWRITE` from being marked as risky.
This affects `Tests_Ajax_MediaEdit::testImageEditOverwriteConstant()`. In case the `$files_that_should_not_exist` file list is empty, the test would be marked as risky, since it would not perform any assertions. This small tweak prevents that from happening. Follow-up to [38113]. Props jrf. See #55652. Built from https://develop.svn.wordpress.org/trunk@54073 git-svn-id: http://core.svn.wordpress.org/trunk@53632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
24050652e5
commit
7f92613e06
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54072';
|
||||
$wp_version = '6.1-alpha-54073';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue