Omnipay\Common\Message\AbstractRequestTest::testAmountNegativeStringThrowsException PHP Méthode

testAmountNegativeStringThrowsException() public méthode

    public function testAmountNegativeStringThrowsException()
    {
        $this->assertSame($this->request, $this->request->setAmount('-123.00'));
        $this->request->getAmount();
    }