/**
  * Allows the internal plugins store to be set and mocked.
  *
  * @param   mixed  $plugins  The value to set.
  *
  * @return  void
  *
  * @since   11.3
  */
 public function setPlugins($plugins)
 {
     self::$plugins = $plugins;
 }