diff --git a/tests/Unit/File/X509/X509Test.php b/tests/Unit/File/X509/X509Test.php index 3b67d5bb..d8b51313 100644 --- a/tests/Unit/File/X509/X509Test.php +++ b/tests/Unit/File/X509/X509Test.php @@ -1174,6 +1174,6 @@ qzFkAKWjJj4KjfrbZX4C0Spfxw== $x509 = new X509(); $r = $x509->loadX509($a); - $this->assertFalse($r); + $this->assertIsArray($r); } }