public function __construct()

in src/Framework/DataProvider.hack [37:41]


  public function __construct(
    /** The name of a public method providing parameters for a test */
    public string $provider,
  ) {
  }