Skip to content
Snippets Groups Projects
Commit 18e56381 authored by Bram Goffings's avatar Bram Goffings Committed by Tim Plunkett
Browse files

partial language test fix

parent 19a06fa3
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -40,7 +40,7 @@ public function testUnpackTranslatable() {
$view = $this->view_unpack_translatable();
$view->init_localization();
$this->assertEqual('LocalizationTest', get_class($view->localization_plugin), 'Make sure that init_localization initializes the right translation plugin');
$this->assertEqual('Drupal\views_test\Plugin\views\localization\LocalizationTest', get_class($view->localization_plugin), 'Make sure that init_localization initializes the right translation plugin');
$view->export_locale_strings();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment