/**
 * Prepares the adapter for a discover_install task
 *
 * @return  void
 *
 * @since   3.4
 */
public function prepareDiscoverInstall()
{
    // Adapters may not support discover install or may have overridden the default task and aren't using this
}