PHP 클래스 Omnipay\Common\Message\AbstractRequestTest

상속: extends Omnipay\Tests\TestCase
파일 보기 프로젝트 열기: omnipay/common

공개 메소드들

메소드 설명
setUp ( )
testAmount ( )
testAmountInvalidFormatThrowsException ( )
testAmountInvalidTypeThrowsException ( )
testAmountNegativeFloatThrowsException ( )
testAmountNegativeStringThrowsException ( )
testAmountPrecision ( ) See https://github.com/thephpleague/omnipay-common/issues/69
testAmountPrecisionTooHigh ( )
testAmountThousandsSepThrowsException ( )
testAmountWithEmpty ( )
testAmountWithFloat ( )
testAmountWithIntStringThrowsException ( )
testAmountWithIntThrowsException ( )
testAmountZeroFloat ( )
testAmountZeroNotAllowed ( )
testAmountZeroString ( )
testCanValidateExistingParameters ( )
testCancelUrl ( )
testCard ( )
testCardReference ( )
testClientIp ( )
testConstruct ( )
testCurrency ( )
testCurrencyDecimals ( )
testCurrencyLowercase ( )
testCurrencyNull ( )
testCurrencyNumeric ( )
testDescription ( )
testFormatCurrency ( )
testFormatCurrencyNoDecimals ( )
testGetAmountInteger ( )
testGetAmountIntegerNoDecimals ( )
testGetAmountNoDecimals ( )
testGetAmountNoDecimalsRounding ( )
testGetParameters ( )
testGetResponseAfterRequestSent ( )
testGetResponseBeforeRequestSent ( )
testInitializeAfterRequestSent ( )
testInitializeWithParams ( )
testInitializedParametersAreSet ( )
testInvalidParametersThrowsException ( )
testIssuer ( )
testItemsArray ( )
testItemsBag ( )
testNoCurrencyReturnedIfCurrencyNotSet ( )
testNotifyUrl ( )
testPaymentMethod ( )
testReturnUrl ( )
testSend ( )
testSetCardWithArray ( )
testSetParameterAfterRequestSent ( )
testToken ( )
testTransactionId ( )
testTransactionReference ( )

비공개 메소드들

메소드 설명
changeProtectedProperty ( $property, boolean | true $value = true ) Allow changing a protected property using reflections.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAmount() 공개 메소드

public testAmount ( )

testAmountInvalidFormatThrowsException() 공개 메소드

testAmountInvalidTypeThrowsException() 공개 메소드

testAmountNegativeFloatThrowsException() 공개 메소드

testAmountNegativeStringThrowsException() 공개 메소드

testAmountPrecision() 공개 메소드

See https://github.com/thephpleague/omnipay-common/issues/69
public testAmountPrecision ( )

testAmountPrecisionTooHigh() 공개 메소드

testAmountThousandsSepThrowsException() 공개 메소드

testAmountWithEmpty() 공개 메소드

public testAmountWithEmpty ( )

testAmountWithFloat() 공개 메소드

public testAmountWithFloat ( )

testAmountWithIntStringThrowsException() 공개 메소드

testAmountWithIntThrowsException() 공개 메소드

testAmountZeroFloat() 공개 메소드

public testAmountZeroFloat ( )

testAmountZeroNotAllowed() 공개 메소드

testAmountZeroString() 공개 메소드

testCanValidateExistingParameters() 공개 메소드

testCancelUrl() 공개 메소드

public testCancelUrl ( )

testCard() 공개 메소드

public testCard ( )

testCardReference() 공개 메소드

public testCardReference ( )

testClientIp() 공개 메소드

public testClientIp ( )

testConstruct() 공개 메소드

public testConstruct ( )

testCurrency() 공개 메소드

public testCurrency ( )

testCurrencyDecimals() 공개 메소드

testCurrencyLowercase() 공개 메소드

testCurrencyNull() 공개 메소드

public testCurrencyNull ( )

testCurrencyNumeric() 공개 메소드

public testCurrencyNumeric ( )

testDescription() 공개 메소드

public testDescription ( )

testFormatCurrency() 공개 메소드

public testFormatCurrency ( )

testFormatCurrencyNoDecimals() 공개 메소드

testGetAmountInteger() 공개 메소드

testGetAmountIntegerNoDecimals() 공개 메소드

testGetAmountNoDecimals() 공개 메소드

testGetAmountNoDecimalsRounding() 공개 메소드

testGetParameters() 공개 메소드

public testGetParameters ( )

testGetResponseAfterRequestSent() 공개 메소드

testGetResponseBeforeRequestSent() 공개 메소드

testInitializeAfterRequestSent() 공개 메소드

testInitializeWithParams() 공개 메소드

testInitializedParametersAreSet() 공개 메소드

testInvalidParametersThrowsException() 공개 메소드

testIssuer() 공개 메소드

public testIssuer ( )

testItemsArray() 공개 메소드

public testItemsArray ( )

testItemsBag() 공개 메소드

public testItemsBag ( )

testNoCurrencyReturnedIfCurrencyNotSet() 공개 메소드

testNotifyUrl() 공개 메소드

public testNotifyUrl ( )

testPaymentMethod() 공개 메소드

public testPaymentMethod ( )

testReturnUrl() 공개 메소드

public testReturnUrl ( )

testSend() 공개 메소드

public testSend ( )

testSetCardWithArray() 공개 메소드

testSetParameterAfterRequestSent() 공개 메소드

testToken() 공개 메소드

public testToken ( )

testTransactionId() 공개 메소드

public testTransactionId ( )

testTransactionReference() 공개 메소드