comparison core/modules/views/tests/src/Kernel/QueryGroupByTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
48 48
49 $this->storage = $this->container->get('entity.manager')->getStorage('entity_test'); 49 $this->storage = $this->container->get('entity.manager')->getStorage('entity_test');
50 50
51 ConfigurableLanguage::createFromLangcode('it')->save(); 51 ConfigurableLanguage::createFromLangcode('it')->save();
52 } 52 }
53
54 53
55 /** 54 /**
56 * Tests aggregate count feature. 55 * Tests aggregate count feature.
57 */ 56 */
58 public function testAggregateCount() { 57 public function testAggregateCount() {