wild stab at fixing a failing testRemoteApiTest::testCreateUserFailAccess failed on github but worked forme. Seems to be a caching problem in auth_ismanager()
API: move user related tests to usermanager plugin
add needed type hints for phpunit8This will break a lot of plugin tests, but can't be avoided
Consistent capilization of io_saveFile and psr-2 formatting
PHP8 fix: Array to string conversion for array_diff_key/assoc
PSR-2 for usermanager plugin
replace some var keywordsThis should fix some tests on PHP 7.1. The work is far from done, westill have a lot of variables without proper accessibility defined.
removed implementation of _getcsv() in usermanagerOur minimum PHP version requirement is now over 5.3, so this workaround isnot needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1
remove incorrect 'private' restriction from tset method
comment (hide) incomplete export with filter test
Per FS#2884, implement a local version of str_getcsv() to maintaincompatibility with php 5.2.x (str_getcsv() is only available inphp 5.3+ and is used by user manager import feature.
test import against auth plugin which doesn't allow adding users
Add unit tests for usermanager import & export functions