Skip to content

Commit 6afd8fe

Browse files
committed
Update ticket number
1 parent b7ddbb4 commit 6afd8fe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorModifiableText.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Tests_HtmlApi_WpHtmlProcessorModifiableText extends WP_UnitTestCase {
1414
* Setting the modifiable text with a leading newline should ensure that the leading newline
1515
* is present in the resulting TEXTAREA.
1616
*
17-
* @ticket 64607
17+
* @ticket 64609
1818
*/
1919
public function test_modifiable_text_special_textarea() {
2020
$processor = WP_HTML_Processor::create_fragment( '<textarea></textarea>' );
@@ -32,7 +32,7 @@ public function test_modifiable_text_special_textarea() {
3232
* Setting the modifiable text with a leading newline should ensure that the leading newline
3333
* is present in the resulting element.
3434
*
35-
* @ticket 64607
35+
* @ticket 64609
3636
*
3737
* @dataProvider data_modifiable_text_special_pre_tags
3838
*
@@ -79,7 +79,7 @@ public static function data_modifiable_text_special_pre_tags() {
7979
* Setting the modifiable text with a leading newline should ensure that the
8080
* leading newline is present in the resulting element.
8181
*
82-
* @ticket 64607
82+
* @ticket 64609
8383
*
8484
* @dataProvider data_modifiable_text_special_leading_whitespace
8585
*

tests/phpunit/tests/html-api/wpHtmlTagProcessorModifiableText.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public function test_json_auto_escaping() {
642642
* Setting the modifiable text with a leading newline should ensure that the leading newline
643643
* is present in the resulting element.
644644
*
645-
* @ticket 64607
645+
* @ticket 64609
646646
*/
647647
public function test_modifiable_text_special_textarea() {
648648
$processor = new WP_HTML_Tag_Processor( '<textarea></textarea>' );
@@ -660,7 +660,7 @@ public function test_modifiable_text_special_textarea() {
660660
* Setting the modifiable text with a leading newline should ensure that the leading newline
661661
* is present in the resulting element.
662662
*
663-
* @ticket 64607
663+
* @ticket 64609
664664
*/
665665
public function test_modifiable_text_special_pre() {
666666
$set_text = "\nAFTER NEWLINE";
@@ -686,7 +686,7 @@ public function test_modifiable_text_special_pre() {
686686
* Setting the modifiable text with a leading newline should ensure that the leading newline
687687
* is present in the resulting element.
688688
*
689-
* @ticket 64607
689+
* @ticket 64609
690690
*/
691691
public function test_modifiable_text_special_listing() {
692692
$set_text = "\nAFTER NEWLINE";

0 commit comments

Comments
 (0)