summaryrefslogtreecommitdiff
path: root/_test/tests/inc/PassHash.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-04-30 20:03:13 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-04-30 20:03:13 +0200
commit363404184fcd4ec7b0149662d99a22f2cc78020b (patch)
treee72a05c5d25f532c14c33c1a1d3b944c49fa2505 /_test/tests/inc/PassHash.test.php
parent7a7b77ef2f397e944e30abb47e0d348639e1b821 (diff)
downloadrpg-363404184fcd4ec7b0149662d99a22f2cc78020b.tar.gz
rpg-363404184fcd4ec7b0149662d99a22f2cc78020b.tar.bz2
fixed some test inheriting from the wrong parent
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