Commit 7410d627 authored by catch's avatar catch
Browse files

Issue #3240364 by andypost:...

Issue #3240364 by andypost: \Drupal\Tests\system\Functional\Pager\PagerTest::testMultiplePagers() causes deprecations on PHP 8.1
parent 6fb2c098
Loading
Loading
Loading
Loading
+1 −1
Changes for core/modules/system/tests/src/Functional/Pager/PagerTest.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public function testMultiplePagers() {
    $test_data = [
      // With no query, all pagers set to first page.
      [
        'input_query' => NULL,
        'input_query' => '',
        'expected_page' => [0 => '1', 1 => '1', 4 => '1'],
        'expected_query' => '?page=0,0,,,0',
      ],