diff --git a/tests/Unit/File/X509/X509Test.php b/tests/Unit/File/X509/X509Test.php index 68c47a87..2702feb6 100644 --- a/tests/Unit/File/X509/X509Test.php +++ b/tests/Unit/File/X509/X509Test.php @@ -860,6 +860,6 @@ qzFkAKWjJj4KjfrbZX4C0Spfxw== $x509 = new File_X509(); $r = $x509->loadX509($a); - $this->assertFalse($r); + $this->assertIsArray($r); } }