From 5de39415fd07f8d9f643c272613699248d911f41 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 31 May 2013 06:23:01 +0100 Subject: [PATCH] Issue #1822048 followup by tim.plunkett: Consider improving/removing the concept of 'broken' handlers. --- core/modules/views/lib/Drupal/views/Tests/ModuleTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php b/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php index 769efdd32c8..b58f4886e4e 100644 --- a/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php @@ -81,6 +81,10 @@ class ModuleTest extends ViewUnitTestBase { $handler = views_get_handler($item, 'filter', 'standard'); $this->assertTrue($handler instanceof Standard); + // @todo Reinstate these tests when the debug() in views_get_handler() is + // restored. + return; + // Test non-existent tables/fields. set_error_handler(array($this, 'customErrorHandler')); $item = array(