mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 03:05:11 +00:00
Tests/X509/CRLTest: fix path for crl.bin
This commit is contained in:
parent
3fcce89f78
commit
ce5eb7e1c9
@ -11,7 +11,7 @@ class Unit_File_X509_CRLTest extends PhpseclibTestCase
|
|||||||
{
|
{
|
||||||
public function testLoadCRL()
|
public function testLoadCRL()
|
||||||
{
|
{
|
||||||
$test = file_get_contents('crl.bin');
|
$test = file_get_contents(__DIR__ . '/crl.bin');
|
||||||
|
|
||||||
$x509 = new X509();
|
$x509 = new X509();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user