We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb512 commit c275a1aCopy full SHA for c275a1a
test/csrfprotector_test.php
@@ -1,6 +1,5 @@
1
<?php
2
date_default_timezone_set('UTC');
3
-require_once 'PHPUnit/Autoload.php';
4
require_once __DIR__ .'/../libs/csrf/csrfprotector.php';
5
6
/**
@@ -440,4 +439,4 @@ public function testModCSRFPEnabledException()
440
439
$this->assertTrue($temp == $_SESSION[csrfprotector::$config['CSRFP_TOKEN']][0]);
441
$this->assertTrue($temp == $_COOKIE[csrfprotector::$config['CSRFP_TOKEN']]);
442
}
443
-}
+}
0 commit comments