コード例 #1
0
ファイル: AssociationTest.php プロジェクト: shupp/openid
 /**
  * testGetAlgorithm 
  * 
  * @return void
  */
 public function testGetAlgorithm()
 {
     $this->assertSame('SHA256', $this->object->getAlgorithm());
 }