Marked test incomplete and added references
This commit is contained in:
parent
cb079ea542
commit
0039c19e63
@ -58,8 +58,15 @@ class BitauthTest extends \PHPUnit_Framework_TestCase
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @see https://github.com/bitpay/bitauth/blob/master/test/bitauth.js
|
||||
* @see https://github.com/bitpay/bitcore/blob/master/test/test.Key.js (signSync)
|
||||
*
|
||||
* Signing will fudge in php 5.6
|
||||
*/
|
||||
public function testSignature()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
$bitauth = new Bitauth();
|
||||
$data = 'https://test.bitpay.com/tokens?nonce=200';
|
||||
$signature = $bitauth->sign($data, $this->getMockPrivateKey());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user