コード例 #1
0
ファイル: HashcashTest.php プロジェクト: thefox/hashcash
 public function testMintAll()
 {
     $hashcash = new Hashcash(11);
     $hashcash->setDate('141119');
     $stamps = $hashcash->mintAll();
     $this->assertEquals(array('1:11:141119::::656', '1:11:141119::::1580'), $stamps);
 }