Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / pager / PagerPluginBaseTest.php
index ef0e812aa2558a7db492d4fd94aa8c420beb280b..d94840746b39520b0168dc4da4406a86e4127df2 100644 (file)
@@ -196,7 +196,7 @@ class PagerPluginBaseTest extends UnitTestCase {
       // Now we are on the second page, which has just a single one left.
       [5, 6, 1, FALSE],
       // Increase the total items, so we have some available on the third page.
-      [5, 12, 1, TRUE]
+      [5, 12, 1, TRUE],
     ];
   }