Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / history / tests / src / Functional / HistoryTest.php
index 6b4708b89801a29a4c63478b07ec6b73eb5b942d..065b9af7aab93075849ac5d52ce37ac6e7b16c25 100644 (file)
@@ -4,8 +4,8 @@ namespace Drupal\Tests\history\Functional;
 
 use Drupal\Component\Serialization\Json;
 use Drupal\Core\Url;
-use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait;
 use Drupal\Tests\BrowserTestBase;
+use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
 use GuzzleHttp\Cookie\CookieJar;
 
 /**