Skip to content
Snippets Groups Projects
Commit 1da08fca authored by Christopher Smith's avatar Christopher Smith
Browse files

remove incorrect 'private' restriction from tset method

parent 3946d216
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ importiso8859,"F'.chr(0xF8).'rd Prefect",ford@example.com,user
* @deprecated remove when dokuwiki requires 5.3+
* also associated usermanager & mock usermanager access methods
*/
private function test_getcsvcompatibility() {
function test_getcsvcompatibility() {
$line = 'importuser,"Ford Prefect",ford@example.com,user'.NL;
$this->assertEquals(str_getcsv($line), $this->usermanager->access_str_getcsv($line));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment