Omnipay\Common\Message\AbstractRequestTest::testAmountZeroNotAllowed PHP Method

testAmountZeroNotAllowed() public method

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