Skip to content

Commit 82e1659

Browse files
authored
Merge pull request #280 from Chris53897/feature/a
test: remove deprecated annotation expectException
2 parents 2147747 + e292beb commit 82e1659

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Common/Message/AbstractRequestTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ public function testAmountThousandsSepThrowsException()
226226
$this->request->getAmount();
227227
}
228228

229-
/**
230-
* @expectedException \InvalidArgumentException
231-
*/
232229
public function testAmountInvalidFormatThrowsException()
233230
{
234231
$this->expectException(\InvalidArgumentException::class);

0 commit comments

Comments
 (0)