commit 63a5834bdf403d5a81fefdcdcbd1cc9228be63c0 Author: Francesco Placella Date: Fri Jan 2 15:00:05 2015 +0100 Fixed tests. diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php b/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php index e392e78..9d8233e 100644 --- a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php +++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php @@ -124,6 +124,7 @@ public function testTaxonomyTermView() { // Uninstall language module and ensure that the language is not part of the // query anymore. // @see \Drupal\views\Plugin\views\filter\LanguageFilter::query() + $node->delete(); \Drupal::service('module_installer')->uninstall(['content_translation', 'language']); $view = Views::getView('taxonomy_term');