From 3b235c86fa1fb79bb64184c54f796126fbeb8f1d Mon Sep 17 00:00:00 2001 From: Ion Bazan Date: Fri, 12 Apr 2024 13:26:21 +0800 Subject: [PATCH] add throws tag --- src/Framework/TestCase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Framework/TestCase.php b/src/Framework/TestCase.php index 3622fcab88e..88eb4e1559e 100644 --- a/src/Framework/TestCase.php +++ b/src/Framework/TestCase.php @@ -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