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
This commit is contained in:
Peter Westwood 2013-11-27 14:47:03 +00:00
parent 02ab2c69bb
commit be669106d5

View File

@ -361,7 +361,7 @@ EOF;
}
/**
* @ticket
* @ticket 26290
*/
public function test_wp_kses_normalize_entities() {
$this->assertEquals( '♠', wp_kses_normalize_entities( '♠' ) );