Skip to content
Snippets Groups Projects
Commit 22d31a70 authored by catch's avatar catch
Browse files

Revert "Issue #2609770 by dawehner: EntityTypedDataDefinitionTest fails on MySQL"

This reverts commit 45ac65c6.
parent 45ac65c6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,10 +2,10 @@
/**
* @file
* Contains \Drupal\KernelTests\Core\Entity\EntityDataDefinitionTest.
* Contains \Drupal\system\Tests\Entity\EntityTypedDataDefinitionTest.
*/
namespace Drupal\KernelTests\Core\Entity;
namespace Drupal\system\Tests\Entity;
use Drupal\Core\Entity\TypedData\EntityDataDefinition;
use Drupal\Core\Entity\TypedData\EntityDataDefinitionInterface;
......@@ -15,7 +15,7 @@
use Drupal\Core\TypedData\DataReferenceDefinition;
use Drupal\Core\TypedData\DataReferenceDefinitionInterface;
use Drupal\Core\TypedData\ListDataDefinitionInterface;
use Drupal\KernelTests\KernelTestBase;
use Drupal\simpletest\KernelTestBase;
/**
* Tests deriving metadata of entity and field data types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment