installConfig(['node']); $this->executeMigration('d6_node_type'); $this->executeMigration('d6_node_setting_sticky'); } /** * Tests migration of the sticky checkbox's settings. */ public function testMigration() { $this->assertIdentical('Sticky at the top of lists', BaseFieldOverride::load('node.article.sticky')->label()); } }