Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / views / tests / src / Functional / Plugin / PagerTest.php
index eda88916d6647f5525e6caf59522c5efd0e96e64..272a3f073dfdc42e300b21c2244444e38f84fd03 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\Tests\views\Functional\Plugin;
 
-use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait;
+use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
 use Drupal\Tests\views\Functional\ViewTestBase;
 use Drupal\views\Views;
 use Drupal\language\Entity\ConfigurableLanguage;
@@ -93,7 +93,7 @@ class PagerTest extends ViewTestBase {
     $this->assertText('20 items');
 
     // add new display and test the settings again, by override it.
-    $edit = [ ];
+    $edit = [];
     // Add a display and override the pager settings.
     $this->drupalPostForm('admin/structure/views/view/test_store_pager_settings/edit', $edit, t('Add Page'));
     $edit = [
@@ -418,7 +418,7 @@ class PagerTest extends ViewTestBase {
       // Create source string.
       $source = $this->localeStorage->createString(
         [
-          'source' => $label
+          'source' => $label,
         ]
       );
       $source->save();