installConfig(['node']); $this->executeMigration('d6_node_type'); $this->executeMigration('d6_node_setting_promote'); } /** * Tests migration of the promote checkbox's settings. */ public function testMigration() { $this->assertIdentical('Promoted to front page', BaseFieldOverride::load('node.article.promote')->label()); } }