From c8b122ee90c52c5faacff6826f43fedececb7616 Mon Sep 17 00:00:00 2001 From: Tim Plunkett Date: Mon, 13 Aug 2012 12:35:45 -0400 Subject: [PATCH] Don't enable views_test until settings are configured. --- .../views/Tests/Taxonomy/RelationshipNodeTermDataTest.php | 7 ------- lib/Drupal/views/Tests/UiGroupByTest.php | 7 ------- lib/Drupal/views/Tests/UiSettingsTest.php | 7 ------- 3 files changed, 21 deletions(-) diff --git a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php index b6d2efa5240..ec6ca6af4df 100644 --- a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php +++ b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php @@ -15,13 +15,6 @@ use Drupal\views\View; */ class RelationshipNodeTermDataTest extends ViewsSqlTest { - /** - * Modules to enable. - * - * @var array - */ - public static $modules = array('views_test'); - protected $profile = 'standard'; public static function getInfo() { diff --git a/lib/Drupal/views/Tests/UiGroupByTest.php b/lib/Drupal/views/Tests/UiGroupByTest.php index b1cd5c600d7..eb42f7ead72 100644 --- a/lib/Drupal/views/Tests/UiGroupByTest.php +++ b/lib/Drupal/views/Tests/UiGroupByTest.php @@ -12,13 +12,6 @@ namespace Drupal\views\Tests; */ class UiGroupByTest extends ViewsSqlTest { - /** - * Modules to enable. - * - * @var array - */ - public static $modules = array('views_ui', 'views_test'); - protected $profile = 'standard'; function setUp() { diff --git a/lib/Drupal/views/Tests/UiSettingsTest.php b/lib/Drupal/views/Tests/UiSettingsTest.php index 305a433e17a..fb6f29b4f06 100644 --- a/lib/Drupal/views/Tests/UiSettingsTest.php +++ b/lib/Drupal/views/Tests/UiSettingsTest.php @@ -12,13 +12,6 @@ namespace Drupal\views\Tests; */ class UiSettingsTest extends ViewsSqlTest { - /** - * Modules to enable. - * - * @var array - */ - public static $modules = array('views_ui'); - /** * Stores an admin user used by the different tests. *