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();