/**
  * Returns an array with all services with the type "caretaker_test_service"
  *
  * @return array
  * @deprecated
  */
 public static function getAllCaretakerServices()
 {
     return tx_caretaker_ServiceHelper::getAllCaretakerTestServices();
 }