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

testGetAmountInteger() public method

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