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

Commit 378f1b2

Browse files
author
Matthias Pfefferle
committed
fix test
1 parent b3a272d commit 378f1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-rendering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function test_facepile_fold() {
5555
$html = list_linkbacks( array( 'echo' => false ), $comments );
5656
$person_0 = strpos( $html, '<a class="u-url" title="Person 0 liked this Article on example.com."' );
5757
$person_1 = strpos( $html, '<a class="u-url" title="Person 1 liked this Article on example.com."' );
58-
$person_2 = strpos( $html, 'additional-facepile" id="' );
58+
$person_2 = strpos( $html, 'additional-facepile' );
5959
$ellipsis = strpos( $html, '<li id="toggle-additional-facepiles" class="single-mention mention-ellipsis">' );
6060
$this->assertGreaterThan( 0, $person_0 );
6161
$this->assertGreaterThan( $person_0, $person_1 );

0 commit comments

Comments
 (0)