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

testGetAmountInteger() 공개 메소드

    public function testGetAmountInteger()
    {
        $this->assertSame($this->request, $this->request->setAmount('13.66'));
        $this->assertSame(1366, $this->request->getAmountInteger());
    }