From 01addfb92ff5c9ad6e2a44adba599b094b790dfd Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 24 Jun 2021 21:39:07 -0500 Subject: [PATCH] Tests/X509: update new unit test to work with 2.0 --- 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 f7f85e64..fbfed138 100644 --- a/tests/Unit/File/X509/X509Test.php +++ b/tests/Unit/File/X509/X509Test.php @@ -955,7 +955,7 @@ EbQ5UK6Zu74q0lQLp7t14zSQ2B5tclVnM7jY0RiRzpLgDCq3kpbaw6KvFzH9lfPP BbNA6tFZAwLoX18R6yEmzHAQ+R2Eliiaz7mgQ+M2d0ec6qQJFoO7aJsX -----END CERTIFICATE-----'; - $x509 = new File_X509(); + $x509 = new X509(); $r = $x509->loadX509($a); $this->assertIsArray($r);