diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-11-29 14:59:46 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-11-29 14:59:46 +0100 |
commit | ff576d9309a9a8c229caea79f2f8509cc986eee4 (patch) | |
tree | ca1f6174af12d0e3cac894df10bcf5d35af35eba /_test/tests/inc/auth_nameencode.test.php | |
parent | 3f6c460c29cccb4fdbbbbd14afbdd29916947221 (diff) | |
download | rpg-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.php | 2 |
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(); } |