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();
    }