PHP Class Omnipay\Alipay\Tests\Common\SignerTest

Inheritance: extends PHPUnit_Framework_TestCase
显示文件 Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$key
$params
$privateKey

Public Methods

Method Description
testConvert ( )
testGetContentToSign ( )
testGetParamsToSign ( )
testIgnore ( )
testSignWithMD5 ( )
testSignWithRSA ( )
testSort ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testConvert() public method

public testConvert ( )

testGetContentToSign() public method

testGetParamsToSign() public method

public testGetParamsToSign ( )

testIgnore() public method

public testIgnore ( )

testSignWithMD5() public method

public testSignWithMD5 ( )

testSignWithRSA() public method

public testSignWithRSA ( )

testSort() public method

public testSort ( )

Property Details

$key protected_oe property

protected $key

$params protected_oe property

protected $params

$privateKey protected_oe property

protected $privateKey