Omnipay\Common\Message\AbstractRequestTest::testAmountZeroString PHP 메소드

testAmountZeroString() 공개 메소드

    public function testAmountZeroString()
    {
        $this->assertSame($this->request, $this->request->setAmount('0.000000'));
        $this->assertSame('0.00', $this->request->getAmount());
    }