Marked test incomplete and added references

This commit is contained in:
Joshua Estes 2014-09-19 08:03:53 -04:00
parent cb079ea542
commit 0039c19e63

View File

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