comparison core/modules/views/src/Tests/ViewAjaxTest.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
17 * 17 *
18 * @var array 18 * @var array
19 */ 19 */
20 public static $testViews = ['test_ajax_view', 'test_view']; 20 public static $testViews = ['test_ajax_view', 'test_view'];
21 21
22 protected function setUp() { 22 protected function setUp($import_test_views = TRUE) {
23 parent::setUp(); 23 parent::setUp($import_test_views);
24 24
25 $this->enableViewsTestModule(); 25 $this->enableViewsTestModule();
26 } 26 }
27 27
28 /** 28 /**