/**
  * Set the manifest to be used to look up test classes by helper functions
  */
 public static function set_test_class_manifest($manifest)
 {
     self::$test_class_manifest = $manifest;
 }