updated contrib modules

This commit is contained in:
2019-07-09 12:22:32 +02:00
parent cc3b64a193
commit 438237e852
469 changed files with 17307 additions and 8396 deletions

View File

@@ -20,7 +20,7 @@ class ViewsAnalyzeTest extends ViewsSqlTest {
public function setUp() {
parent::setUp('views_ui');
module_enable(array('views_ui'));
// @TODO Figure out why it's required to clear the cache here.
// @todo Figure out why it's required to clear the cache here.
views_module_include('views_default', TRUE);
views_get_all_views(TRUE);
menu_rebuild();
@@ -48,4 +48,5 @@ class ViewsAnalyzeTest extends ViewsSqlTest {
// This redirects the user back to the main views edit page.
$this->drupalPost(NULL, array(), t('Ok'));
}
}