summaryrefslogtreecommitdiff
path: root/_test/tests/inc/PassHash.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/PassHash.test.php')
-rw-r--r--_test/tests/inc/PassHash.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/PassHash.test.php b/_test/tests/inc/PassHash.test.php
index b6cb07090..1d34aa696 100644
--- a/_test/tests/inc/PassHash.test.php
+++ b/_test/tests/inc/PassHash.test.php
@@ -5,7 +5,7 @@
*
* most tests are in auth_password.test.php
*/
-class PassHash_test extends PHPUnit_Framework_TestCase {
+class PassHash_test extends DokuWikiTest {
function test_hmac(){
// known hashes taken from https://code.google.com/p/yii/issues/detail?id=1942