diff --git a/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php b/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php
index 6c06d56..9dcb1b8 100644
--- a/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php
+++ b/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php
@@ -8,12 +8,12 @@
 namespace Drupal\translation_entity\Tests;
 
 use Drupal\Core\Language\Language;
-use Drupal\simpletest\UnitTestBase;
+use Drupal\simpletest\DrupalUnitTestBase;
 
 /**
  * Tests the Entity Translation field synchronization algorithm.
  */
-class EntityTranslationSyncUnitTest extends UnitTestBase {
+class EntityTranslationSyncUnitTest extends DrupalUnitTestBase {
 
   /**
    * The colums to be synchronized
@@ -51,6 +51,8 @@ class EntityTranslationSyncUnitTest extends UnitTestBase {
   protected $unchangedFieldValues;
 
 
+  public static $modules = array('language', 'translation_entity');
+
   public static function getInfo() {
     return array(
       'name' => 'Field synchronization',
