Tests: Move `padding-*` test data in KSES tests into its own test case.

This creates separate test cases for `safecss_filter_attr()` with `margin-*` and `padding-*` logical properties for additional clarity.

Follow-up to [54102].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@54666


git-svn-id: http://core.svn.wordpress.org/trunk@54218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-22 12:26:20 +00:00
parent 1ef93acbe6
commit 1a538e7278
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54665';
$wp_version = '6.2-alpha-54666';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.