@@ -97,9 +96,14 @@ public function testTranslationUI() {
// Make sure that no row was inserted for taxonomy vocabularies which do
// not have translations enabled.
$rows=Database::getConnection()->query('SELECT tid, count(tid) AS count FROM {taxonomy_term_field_data} WHERE vid <> :vid GROUP BY tid',[':vid'=>$this->bundle])->fetchAll();
foreach($rowsas$row){
$this->assertTrue($row->count<2,'Term does not have translations.');