From e76722f70fd47d3b30cd2de61d5c2711a71f16ba Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 12:16:43 +0000 Subject: [PATCH] Tests: Change `group` annotation for `test_unique_filename_with_dimension_like_filename()` to `ticket. See #42437. git-svn-id: https://develop.svn.wordpress.org/trunk@46835 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/functions.php b/tests/phpunit/tests/functions.php index a9aea3cf82..4b9935b1d6 100644 --- a/tests/phpunit/tests/functions.php +++ b/tests/phpunit/tests/functions.php @@ -196,7 +196,7 @@ class Tests_Functions extends WP_UnitTestCase { } /** - * @group 42437 + * @ticket 42437 */ function test_unique_filename_with_dimension_like_filename() { $testdir = DIR_TESTDATA . '/images/';