diff --git a/core/modules/hal/lib/Drupal/hal/Tests/FileDenormalizeTest.php b/core/modules/hal/lib/Drupal/hal/Tests/FileDenormalizeTest.php index 7500195..de0c3e1 100644 --- a/core/modules/hal/lib/Drupal/hal/Tests/FileDenormalizeTest.php +++ b/core/modules/hal/lib/Drupal/hal/Tests/FileDenormalizeTest.php @@ -22,7 +22,7 @@ class FileDenormalizeTest extends WebTestBase { * * @var array */ - public static $modules = array('hal', 'file'); + public static $modules = array('hal', 'file', 'node'); public static function getInfo() { return array(