googleGroups = $googleGroups; } /** * @return string[] */ public function getGoogleGroups() { return $this->googleGroups; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Testers::class, 'Google_Service_AndroidPublisher_Testers');