mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Tests/X509: update unit test
This commit is contained in:
parent
9de5f3f8ed
commit
df94788edf
@ -860,6 +860,6 @@ qzFkAKWjJj4KjfrbZX4C0Spfxw==
|
|||||||
$x509 = new File_X509();
|
$x509 = new File_X509();
|
||||||
$r = $x509->loadX509($a);
|
$r = $x509->loadX509($a);
|
||||||
|
|
||||||
$this->assertFalse($r);
|
$this->assertIsArray($r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user