From ce5eb7e1c956c9f4f5e2a5925dcec3b1bc0aa0b4 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 7 Aug 2017 22:35:29 -0500 Subject: [PATCH] Tests/X509/CRLTest: fix path for crl.bin --- tests/Unit/File/X509/CRLTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/File/X509/CRLTest.php b/tests/Unit/File/X509/CRLTest.php index 8c08ee60..78ad5d7d 100644 --- a/tests/Unit/File/X509/CRLTest.php +++ b/tests/Unit/File/X509/CRLTest.php @@ -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();