From be669106d5e78ef293591a6ba6d4d403c40f9ac0 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 27 Nov 2013 14:47:03 +0000 Subject: [PATCH] Unit Tests: Add the ticket number to the new tests. See #26290 git-svn-id: https://develop.svn.wordpress.org/trunk@26431 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/kses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/kses.php b/tests/phpunit/tests/kses.php index ef28686a6a..9b80bffa2c 100644 --- a/tests/phpunit/tests/kses.php +++ b/tests/phpunit/tests/kses.php @@ -361,7 +361,7 @@ EOF; } /** - * @ticket + * @ticket 26290 */ public function test_wp_kses_normalize_entities() { $this->assertEquals( '♠', wp_kses_normalize_entities( '♠' ) );