Skip to content
Snippets Groups Projects
Commit c51fcdee authored by Daniel Wehner's avatar Daniel Wehner
Browse files

Rename entity_test module to avoid the conflict with the one from core

parent 787c3c82
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class EntityRevisionLogTraitTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = ['entity', 'entity_test', 'user', 'system'];
public static $modules = ['entity', 'entity_module_test', 'user', 'system'];
/**
* {@inheritdoc}
......
......@@ -2,10 +2,10 @@
/**
* @file
* Contains \Drupal\entity_test\Entity\EntityWithRevisionLog.
* Contains \Drupal\entity_module_test\Entity\EntityWithRevisionLog.
*/
namespace Drupal\entity_test\Entity;
namespace Drupal\entity_module_test\Entity;
use Drupal\Core\Entity\ContentEntityBase;
use Drupal\Core\Entity\EntityTypeInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment