From 7f92613e0641d7e37e3c70267b0543a03b043a08 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 5 Sep 2022 19:24:11 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a00c7eca3..2d3f37f60d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.