getProperty('booted'); $prop->setValue($plugin, false); $plugin->boot(); self::assertNotFalse( has_action('init', ['WPMultiCity\\ShortcodeDmr', 'do_register']), 'boot() must register ShortcodeDmr on init' ); } }