From: terrafrost <terrafrost@gmail.com>
Date: Sat, 3 Apr 2021 13:25:56 -0500
Subject: Tests/ASN1: update unit tests to work on 2.0 branch

Origin: upstream, https://github.com/phpseclib/phpseclib/commit/730070b78f08e83c2edd65d8c6a03c9da3b8b277
---
 tests/Unit/File/ASN1Test.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Unit/File/ASN1Test.php b/tests/Unit/File/ASN1Test.php
index 35bf877..7b9d094 100644
--- a/tests/Unit/File/ASN1Test.php
+++ b/tests/Unit/File/ASN1Test.php
@@ -395,7 +395,7 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
 
     public function testNullGarbage()
     {
-        $asn1 = new File_ASN1();
+        $asn1 = new ASN1();
 
         $em = pack('H*', '3080305c0609608648016503040201054f8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888804207509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9');
         $decoded = $asn1->decodeBER($em);
@@ -408,7 +408,7 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
 
     public function testOIDGarbage()
     {
-        $asn1 = new File_ASN1();
+        $asn1 = new ASN1();
 
         $em = pack('H*', '3080305c065860864801650304020188888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888050004207509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9');
         $decoded = $asn1->decodeBER($em);
