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 390b29a commit bfdb512Copy full SHA for bfdb512
test/csrfprotector_test.php
@@ -1,5 +1,6 @@
1
<?php
2
date_default_timezone_set('UTC');
3
+require_once 'PHPUnit/Autoload.php';
4
require_once __DIR__ .'/../libs/csrf/csrfprotector.php';
5
6
/**
@@ -439,4 +440,4 @@ public function testModCSRFPEnabledException()
439
440
$this->assertTrue($temp == $_SESSION[csrfprotector::$config['CSRFP_TOKEN']][0]);
441
$this->assertTrue($temp == $_COOKIE[csrfprotector::$config['CSRFP_TOKEN']]);
442
}
-}
443
+}
0 commit comments