@@ -279,8 +278,14 @@ public function testDisabledBundle() {
]);
// Make sure that nothing was inserted into the {content_translation} table.
$rows=Database::getConnection()->query('SELECT nid, count(nid) AS count FROM {node_field_data} WHERE type <> :type GROUP BY nid HAVING count(nid) >= 2',[':type'=>$this->bundle])->fetchAll();