From 2277c0fbacf3cb79cec2d4375d1faea298fa37f0 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 28 Jun 2015 11:40:34 -0500 Subject: [PATCH] Tests/X509: typo --- tests/Unit/File/X509/X509Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/File/X509/X509Test.php b/tests/Unit/File/X509/X509Test.php index c412dc62..fcf94eee 100644 --- a/tests/Unit/File/X509/X509Test.php +++ b/tests/Unit/File/X509/X509Test.php @@ -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)