Skip to content
Snippets Groups Projects
Commit 06904537 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent cec92af4
No related branches found
No related tags found
1 merge request!7485Resolve #3323574 "Page index isnt"
......@@ -257,7 +257,7 @@ protected function assertNoDuplicateAssetsOnPage(): void {
/**
* Tests when a user navigates directly using a page number parameter.
*/
public function testPaginationAjaxWithTitleFilter() {
public function testPaginationAjaxWithTitleFilter(): void {
// Visit the page url /test-content-ajax-filter?page=3.
$this->drupalGet('test-content-ajax-filter', ['query' => ['page' => 3]]);
$session_assert = $this->assertSession();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment