summaryrefslogtreecommitdiff
path: root/_test/tests/inc/auth_nameencode.test.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-11-29 14:59:46 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-11-29 14:59:46 +0100
commitff576d9309a9a8c229caea79f2f8509cc986eee4 (patch)
treeca1f6174af12d0e3cac894df10bcf5d35af35eba /_test/tests/inc/auth_nameencode.test.php
parent3f6c460c29cccb4fdbbbbd14afbdd29916947221 (diff)
downloadrpg-ff576d9309a9a8c229caea79f2f8509cc986eee4.tar.gz
rpg-ff576d9309a9a8c229caea79f2f8509cc986eee4.tar.bz2
use correct setUp method and parent calls.
Diffstat (limited to '_test/tests/inc/auth_nameencode.test.php')
-rw-r--r--_test/tests/inc/auth_nameencode.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/auth_nameencode.test.php b/_test/tests/inc/auth_nameencode.test.php
index 21db304e0..da9f31f90 100644
--- a/_test/tests/inc/auth_nameencode.test.php
+++ b/_test/tests/inc/auth_nameencode.test.php
@@ -2,7 +2,7 @@
class auth_nameencode_test extends DokuWikiTest {
- function teardown() {
+ function tearDown() {
global $cache_authname;
$cache_authname = array();
}