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