Issue #3034695 by xjm, neclimdul: Fix coding standard errors from SA-CORE-2019-003

8.7.x
xjm 2019-02-21 16:38:28 -06:00
parent ef68ad6f3a
commit d540d8d635
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
namespace Drupal\Tests\hal\Kernel;
use Drupal\Core\Url;
use Drupal\entity_test\Entity\EntitySerializedField;
use Drupal\field\Entity\FieldConfig;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;

View File

@ -4,7 +4,6 @@ namespace Drupal\Tests\serialization\Kernel;
use Drupal\Component\Serialization\Json;
use Drupal\Component\Render\FormattableMarkup;
use Drupal\entity_test\Entity\EntitySerializedField;
use Drupal\entity_test\Entity\EntityTestMulRev;
use Drupal\filter\Entity\FilterFormat;
use Drupal\Tests\rest\Functional\BcTimestampNormalizerUnixTestTrait;