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);