From daf9bf4b1a46458b915977e4daa5611b051f024b Mon Sep 17 00:00:00 2001 From: Glen Davies Date: Thu, 10 Feb 2022 15:58:25 +1300 Subject: [PATCH] Revert php unit test change --- phpunit/class-elements-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/class-elements-test.php b/phpunit/class-elements-test.php index 834512d0625221..349b6328557110 100644 --- a/phpunit/class-elements-test.php +++ b/phpunit/class-elements-test.php @@ -13,7 +13,7 @@ class Gutenberg_Elements_Test extends WP_UnitTestCase { * @return string String where the unique id classes were replaced with "wp-elements-1". */ private static function make_unique_id_one( $string ) { - return preg_replace( '/wp-elements-.{20}/', 'wp-elements-1', $string ); + return preg_replace( '/wp-elements-.{13}/', 'wp-elements-1', $string ); } /**