You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertStringStartsWith( trailingslashit( home_url() ), $href, 'Pagination links should contain the home URL followed by a trailing slash, found: ' . $href );
487
+
$this->assertSame( $expected_link, $href, "Pagination links should include the category query string, found: $href" );
488
+
}
489
+
$this->assertGreaterThan( 0, $found_links, 'There should be pagination links found.' );
490
+
}
491
+
456
492
/**
457
493
* Ensures the pagination links do not modify query strings (permalinks with trailing slash).
0 commit comments