From 36b4b13863e5f3631cdd8fed7ab1ebaa17dc0c64 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 3 Sep 2014 00:36:43 -0500 Subject: [PATCH] ASN1: cs adjustments to unit test --- tests/Unit/File/ASN1Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/File/ASN1Test.php b/tests/Unit/File/ASN1Test.php index cededfbe..827f9935 100644 --- a/tests/Unit/File/ASN1Test.php +++ b/tests/Unit/File/ASN1Test.php @@ -268,4 +268,4 @@ class Unit_File_ASN1_DevTest extends PhpseclibTestCase $decoded = $asn1->decodeBER(base64_decode($str)); $this->assertEquals(count($decoded[0]['content']), 3); } -} \ No newline at end of file +}