$this->assertEqual('Drupal\views\Plugin\views\\'.$type.'\Broken',get_class($handler),t('Make sure that a broken handler of type: @type are created',array('@type'=>$type)));
}
...
...
@@ -66,7 +65,7 @@ public function testViewsGetHandler() {
$this->assertTrue(strpos($this->lastErrorMessage,format_string("Missing handler: @table @field @type",array('@table'=>'views_test_data','@field'=>'field_invalid','@type'=>'field')))!==FALSE,'An invalid field name throws a debug message.');
unset($this->lastErrorMessage);
...
...
@@ -99,7 +98,7 @@ public function testViewsGetHandler() {