Skip to content

Commit

Permalink
Issue #3157369 by shaktik, Lendude, alexpott: Use unused variable $fi…
Browse files Browse the repository at this point in the history
…lters from DateTimeSchemaTest

(cherry picked from commit 1476de31ad80a2c4ed256322ab2d012a4d02605f)
  • Loading branch information
alexpott committed Jul 14, 2020
1 parent 78579ed commit a335176
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public function testDateTimeSchema() {
$view = Views::getView('test_filter_datetime');
$view->initHandlers();
$filters = $view->displayHandlers->get('default')->getOption('filters');
$filters['field_date_value']['type'] = 'Date';
$filters['field_date_value']['type'] = 'date';
$view->displayHandlers->get('default')->overrideOption('filters', $filters);
$view->save();
$this->assertConfigSchemaByName('views.view.test_filter_datetime');

Expand Down

0 comments on commit a335176

Please sign in to comment.