Skip to content

Commit 21b48ea

Browse files
committed
Ticket number, data provider
1 parent d130c92 commit 21b48ea

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessor-serialize.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public static function data_provider_serialize_doctype() {
323323
}
324324

325325
/**
326-
* @ticket TBD
326+
* @ticket 64607
327327
*
328328
* @dataProvider data_provider_normalize_special_leading_newline_cases
329329
*/
@@ -334,6 +334,11 @@ public function test_normalize_special_leading_newline_handling( string $input,
334334
$this->assertEqualHTML( $expected, $normalized_twice );
335335
}
336336

337+
/**
338+
* Data provider.
339+
*
340+
* @return array[]
341+
*/
337342
public static function data_provider_normalize_special_leading_newline_cases() {
338343
return array(
339344
'Leading newline in PRE' => array(

0 commit comments

Comments
 (0)