mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-02 17:48:00 +01: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()
|
||||
{
|
||||
$test = file_get_contents('crl.bin');
|
||||
$test = file_get_contents(__DIR__ . '/crl.bin');
|
||||
|
||||
$x509 = new X509();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user