Skip to content

Commit 886ad10

Browse files
committed
align lint
1 parent 53197df commit 886ad10

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function test_modifiable_text_special_textarea() {
3535
* @ticket 64607
3636
*/
3737
public function test_modifiable_text_special_pre() {
38-
$set_text = "\nAFTER NEWLINE";
38+
$set_text = "\nAFTER NEWLINE";
3939
$processor = WP_HTML_Processor::create_fragment( '<pre>REPLACEME<!--x--></pre>' );
4040
$processor->next_tag();
4141
$processor->next_token();
@@ -58,7 +58,7 @@ public function test_modifiable_text_special_pre() {
5858
* @ticket 64607
5959
*/
6060
public function test_modifiable_text_special_pre_leading_whitespace() {
61-
$set_text = "\nAFTER NEWLINE.";
61+
$set_text = "\nAFTER NEWLINE.";
6262
$processor = WP_HTML_Processor::create_fragment( "<pre>\nREPLACEME<!--x--></pre>" );
6363
$processor->next_tag();
6464
$processor->next_token();
@@ -144,7 +144,7 @@ public function test_modifiable_text_special_pre_leading_whitespace() {
144144
* @ticket 64607
145145
*/
146146
public function test_modifiable_text_special_listing() {
147-
$set_text = "\nAFTER NEWLINE";
147+
$set_text = "\nAFTER NEWLINE";
148148
$processor = WP_HTML_Processor::create_fragment( '<listing>REPLACEME<!--x--></listing>' );
149149
$processor->next_tag();
150150
$processor->next_token();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public function test_modifiable_text_special_textarea() {
663663
* @ticket 64607
664664
*/
665665
public function test_modifiable_text_special_pre() {
666-
$set_text = "\nAFTER NEWLINE";
666+
$set_text = "\nAFTER NEWLINE";
667667
$processor = new WP_HTML_Tag_Processor( '<pre>REPLACEME<!--x--></pre>' );
668668
$processor->next_tag();
669669
$processor->next_token();
@@ -689,7 +689,7 @@ public function test_modifiable_text_special_pre() {
689689
* @ticket 64607
690690
*/
691691
public function test_modifiable_text_special_listing() {
692-
$set_text = "\nAFTER NEWLINE";
692+
$set_text = "\nAFTER NEWLINE";
693693
$processor = new WP_HTML_Tag_Processor( '<listing>REPLACEME<!--x--></listing>' );
694694
$processor->next_tag();
695695
$processor->next_token();

0 commit comments

Comments
 (0)