History log of /dokuwiki/lib/plugins/usermanager/_test/csv_import.test.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# 033eb35b 29-Feb-2020 kalenpw <kalenpwilliams@gmail.com>

Consistent capilization of io_saveFile and psr-2 formatting


# 4a52f4c5 01-Dec-2019 Phy <git@phy25.com>

PHP8 fix: Array to string conversion for array_diff_key/assoc


# 9c9753d6 12-May-2017 Andreas Gohr <andi@splitbrain.org>

replace some var keywords

This should fix some tests on PHP 7.1. The work is far from done, we
still have a lot of variables without proper accessibility defined.


# d0c0a5c4 19-Apr-2016 Anika Henke <anika@selfthinker.org>

removed implementation of _getcsv() in usermanager

Our minimum PHP version requirement is now over 5.3, so this workaround is
not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1


# 1da08fca 01-Dec-2013 Christopher Smith <chris@jalakai.co.uk>

remove incorrect 'private' restriction from tset method


# c9454ee3 01-Dec-2013 Christopher Smith <chris@jalakai.co.uk>

Per FS#2884, implement a local version of str_getcsv() to maintain
compatibility with php 5.2.x (str_getcsv() is only available in
php 5.3+ and is used by user manager import feature.


# 211955be 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

test import against auth plugin which doesn't allow adding users


# ed6bf75f 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

Add unit tests for usermanager import & export functions