Skip to content

Commit 9ee87b6

Browse files
jehervewestonruter
andauthored
Use assertEqualHTML
Co-authored-by: Weston Ruter <[email protected]>
1 parent 6cfa1b9 commit 9ee87b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/functions/wpGetArchives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,6 @@ static function ( $id ) {
235235
)
236236
);
237237

238-
$this->assertSameIgnoreEOL( $expected, trim( $archives ) );
238+
$this->assertEqualHTML( $expected, $archives );
239239
}
240240
}

0 commit comments

Comments
 (0)