Skip to content

Commit

Permalink
add throws tag
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan authored and sebastianbergmann committed Apr 13, 2024
1 parent 646a15b commit 3b235c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,8 @@ final public function requires(): array
}

/**
* @throws RuntimeException
*
* @internal This method is not covered by the backward compatibility promise for PHPUnit
*/
final public function setData(int|string $dataName, array $data): void
Expand Down

0 comments on commit 3b235c8

Please sign in to comment.