public async function testPassedAsync()

in src/_Private/Progress.hack [50:62]


  public async function testPassedAsync(
    string $test_method,
    ?(arraykey, Container<mixed>) $data_provider_row,
  ): Awaitable<void> {
    $ev = new HackTest\TestPassedProgressEvent(
      $this->path,
      $this->class,
      $test_method,
      $data_provider_row,
    );
    $cb = $this->callback;
    await $cb($ev);
  }