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

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

    public function testAmountZeroNotAllowed()
    {
        $this->changeProtectedProperty('zeroAmountAllowed', false);
        $this->request->setAmount('0.00');
        $this->request->getAmount();
    }