Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Kernel / EventSubscriber / ViewsEntitySchemaSubscriberIntegrationTest.php
index 2319a7064a9ed2f58881568713d84b08b9cd7f05..24e4e6af5105c88c2349329cb964f6c8fd5ccb10 100644 (file)
@@ -4,7 +4,7 @@ namespace Drupal\Tests\views\Kernel\EventSubscriber;
 
 use Drupal\Core\Entity\EntityTypeEvent;
 use Drupal\Core\Entity\EntityTypeEvents;
-use Drupal\system\Tests\Entity\EntityDefinitionTestTrait;
+use Drupal\Tests\system\Functional\Entity\Traits\EntityDefinitionTestTrait;
 use Drupal\Tests\views\Kernel\ViewsKernelTestBase;
 
 /**