Skip to content

Commit c275a1a

Browse files
committed
Revert "Auto loading phpunit class"
This reverts commit bfdb512.
1 parent bfdb512 commit c275a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/csrfprotector_test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
date_default_timezone_set('UTC');
3-
require_once 'PHPUnit/Autoload.php';
43
require_once __DIR__ .'/../libs/csrf/csrfprotector.php';
54

65
/**
@@ -440,4 +439,4 @@ public function testModCSRFPEnabledException()
440439
$this->assertTrue($temp == $_SESSION[csrfprotector::$config['CSRFP_TOKEN']][0]);
441440
$this->assertTrue($temp == $_COOKIE[csrfprotector::$config['CSRFP_TOKEN']]);
442441
}
443-
}
442+
}

0 commit comments

Comments
 (0)