Build/Test Tools: Add PHPUnit test for the _mce_set_direction function.

The new test checks the functionality of the text direction setting, ensuring it correctly switches between `rtl` and `ltr` options.

Props pbearne, SergeyBiryukov.
Fixes #60219.
Built from https://develop.svn.wordpress.org/trunk@57718


git-svn-id: http://core.svn.wordpress.org/trunk@57219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2024-02-27 10:25:05 +00:00
parent 29a2c3a05a
commit 139a4c2dc8

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-beta2-57717';
$wp_version = '6.5-beta2-57718';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.