summaryrefslogtreecommitdiff
path: root/_test/tests/inc/auth_nameencode.test.php
diff options
context:
space:
mode:
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();
}