Tests/X509: typo

This commit is contained in:
terrafrost 2015-06-28 11:40:34 -05:00
parent 46a3c0fbbb
commit 2277c0fbac

View File

@ -136,7 +136,7 @@ aBtsWpliLSex/HHhtRW9AkBGcq67zKmEpJ9kXcYLEjJii3flFS+Ct/rNm+Hhm1l7
$cert = $x509->saveX509($result);
$cert = $x509->loadX509($cert);
$this->assetArrayHasKey('parameters', $cert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']);
$this->assertArrayHasKey('parameters', $cert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']);
}
private function encodeOID($oid)