From 7fd2f89da71d9d4ab3faf9d2c8601009fc2218fe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 30 Apr 2022 11:35:16 +0000 Subject: [PATCH] Tests: Ignore EOL differences in Webfonts API tests. Unix vs. Windows EOL style mismatches can cause misleading failures in tests using the heredoc syntax (`<<<`) or multiline strings as the expected result. Includes renaming the test class to match the [https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization naming conventions]. Follow-up to [46612], [48443], [48466], [49691], [51135], [53282]. See #54725. Built from https://develop.svn.wordpress.org/trunk@53319 git-svn-id: http://core.svn.wordpress.org/trunk@52908 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 ed7017bad3..0728faae7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53318'; +$wp_version = '6.0-beta3-53319'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.