Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit c0e691c

Browse files
author
Matthias Pfefferle
committed
still fixing tests
1 parent fd4a440 commit c0e691c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-rendering.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ public function make_comments( $num, $semantic_linkbacks_type = 'like' ) {
2323

2424
public function test_facepile_markup() {
2525
$comments = $this->make_comments(1);
26-
$this->assertEquals( '<ul class="mention-list"><li class="single-mention h-cite" id="comment-6">
26+
$this->assertEquals( '<ul class="mention-list"><li class="single-mention h-cite" id="comment-2">
2727
<span class="p-author h-card">
2828
<a class="u-url" title="Person 0 liked this Article on example.com." href="http://example.com/person0"><img alt=\'\' src=\'http://example.com/photo\' srcset=\'http://example.com/photo 2x\' class=\'avatar avatar-64 photo avatar-default u-photo avatar-semantic-linkbacks\' height=\'64\' width=\'64\' /></a>
2929
<span class="hide-name p-name">Person 0</span>
3030
</span>
3131
<a class="u-url" href=""></a>
32-
</li>', list_linkbacks( array( 'echo' => false ), $comments ) );
32+
</li></ul>', list_linkbacks( array( 'echo' => false ), $comments ) );
3333
}
3434

3535
public function test_facepile_fold() {

0 commit comments

Comments
 (0)