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

testAmountWithIntThrowsException() 공개 메소드

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