We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6661dd7 commit 7cf6326Copy full SHA for 7cf6326
1 file changed
tests/phpunit/tests/theme/wpThemeJson.php
@@ -4138,7 +4138,7 @@ public function test_get_styles_with_content_width() {
4138
* @ticket 60936
4139
* @ticket 61165
4140
* @ticket 61829
4141
- * @ticket xxxx
+ * @ticket 64848
4142
*/
4143
public function test_get_styles_with_appearance_tools() {
4144
$theme_json = new WP_Theme_JSON(
@@ -7059,7 +7059,7 @@ public function test_sanitize_preserves_null_schema_behavior() {
7059
/**
7060
* @covers WP_Theme_JSON::to_ruleset
7061
*
7062
7063
7064
public function test_to_ruleset_skips_non_scalar_values_and_casts_numerics() {
7065
$reflection = new ReflectionMethod( WP_Theme_JSON::class, 'to_ruleset' );
0 commit comments