From e292bebeb6567f082ad824c64722c1f32a05a36f Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 24 Nov 2025 16:50:37 +0100 Subject: [PATCH] test: remove deprecated annotation expectException --- tests/Common/Message/AbstractRequestTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Common/Message/AbstractRequestTest.php b/tests/Common/Message/AbstractRequestTest.php index 8f196e3..e199d87 100644 --- a/tests/Common/Message/AbstractRequestTest.php +++ b/tests/Common/Message/AbstractRequestTest.php @@ -226,9 +226,6 @@ public function testAmountThousandsSepThrowsException() $this->request->getAmount(); } - /** - * @expectedException \InvalidArgumentException - */ public function testAmountInvalidFormatThrowsException() { $this->expectException(\InvalidArgumentException::class);