Skip to content

Commit 3e8e06b

Browse files
committed
Remove another trailing param comma
1 parent 9ad7278 commit 3e8e06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function test_reconstructs_unclosed_a_elements() {
210210
$this->assertTrue( $processor->next_tag( 'A' ) );
211211
$this->assertSame(
212212
array( 'HTML', 'BODY', 'A' ),
213-
$processor->get_breadcrumbs(),
213+
$processor->get_breadcrumbs()
214214
);
215215

216216
// Finally, the trailing text is inside the A.

0 commit comments

Comments
 (0)