$this->assertStringContainsString('GROUP BY entity_test.id',(string)$view->build_info['query'],'GROUP BY field includes the base table name when grouping on the base field.');
$this->assertMatchesRegularExpression('/GROUP BY .*[^\w\s]entity_test[^\w\s]\.[^\w\s]id[^\w\s]/',(string)$view->build_info['query'],'GROUP BY field includes the base table name when grouping on the base field.');