Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / options / tests / src / Functional / OptionsDynamicValuesTestBase.php
index 64e90104cf6ec94f9f49d64377f8f8e3203d27e9..16c29907c885ede74b0b478805805dcb603dbb56 100644 (file)
@@ -3,9 +3,9 @@
 namespace Drupal\Tests\options\Functional;
 
 use Drupal\field\Entity\FieldConfig;
-use Drupal\field\Tests\FieldTestBase;
 use Drupal\field\Entity\FieldStorageConfig;
 use Drupal\entity_test\Entity\EntityTestRev;
+use Drupal\Tests\field\Functional\FieldTestBase;
 
 /**
  * Base class for testing allowed values of options fields.