Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / datetime / tests / src / Functional / EntityResource / EntityTest / EntityTestDateonlyTest.php
index 1051ce45fff15b0aff4ca27a3ebc48be10a756af..0fb404d2b970987946107b11f85bb7fa4e7dc95b 100644 (file)
@@ -7,8 +7,8 @@ use Drupal\entity_test\Entity\EntityTest;
 use Drupal\datetime\Plugin\Field\FieldType\DateTimeItem;
 use Drupal\field\Entity\FieldConfig;
 use Drupal\field\Entity\FieldStorageConfig;
+use Drupal\Tests\entity_test\Functional\Rest\EntityTestResourceTestBase;
 use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
-use Drupal\Tests\rest\Functional\EntityResource\EntityTest\EntityTestResourceTestBase;
 use GuzzleHttp\RequestOptions;
 
 /**