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

testAmountWithIntThrowsException() public method

    public function testAmountWithIntThrowsException()
    {
        // ambiguous value, avoid errors upgrading from v0.9
        $this->assertSame($this->request, $this->request->setAmount(10));
        $this->request->getAmount();
    }