From 25edcd62d72e961c82f2c68412aeafb273ed2186 Mon Sep 17 00:00:00 2001
From: Daniel Wehner <daniel@tag1consulting.com>
Date: Tue, 8 Dec 2015 17:25:35 +0100
Subject: [PATCH] fix travis CI

---
 tests/Kernel/EntityRevisionLogTraitTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Kernel/EntityRevisionLogTraitTest.php b/tests/Kernel/EntityRevisionLogTraitTest.php
index ae0203d..7578636 100644
--- a/tests/Kernel/EntityRevisionLogTraitTest.php
+++ b/tests/Kernel/EntityRevisionLogTraitTest.php
@@ -7,7 +7,7 @@
 
 namespace Drupal\Tests\entity\Kernel;
 
-use Drupal\entity_test\Entity\EntityWithRevisionLog;
+use Drupal\entity_module_test\Entity\EntityWithRevisionLog;
 use Drupal\KernelTests\KernelTestBase;
 use Drupal\user\Entity\User;
 
-- 
GitLab