Omnipay\Common\Message\AbstractRequestTest::testAmountNegativeFloatThrowsException PHP Метод

testAmountNegativeFloatThrowsException() публичный Метод

    public function testAmountNegativeFloatThrowsException()
    {
        $this->assertSame($this->request, $this->request->setAmount(-123.0));
        $this->request->getAmount();
    }