Issue #1822048 followup by tim.plunkett: Consider improving/removing the concept of 'broken' handlers.

8.0.x
Alex Pott 2013-05-31 06:23:01 +01:00
parent 7cffb9f2e4
commit 5de39415fd
1 changed files with 4 additions and 0 deletions

View File

@ -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(