nextcloud/tests/lib/user
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
* use DI container and use that method in legacy code paths (for easier refactoring later)
* create and use getSystemConfig instead of query() in DI container
2014-12-08 22:29:42 +01:00
..
avataruserdummy.php Enable user backends to provide avatar images 2013-11-22 13:25:20 +01:00
backend.php Do not use uniqid in Group and User tests as it is not unique on windows 2014-11-06 17:36:35 +01:00
database.php Do not use uniqid in Group and User tests as it is not unique on windows 2014-11-06 17:36:35 +01:00
dummy.php Do not use uniqid in Group and User tests as it is not unique on windows 2014-11-06 17:36:35 +01:00
manager.php Make remaining files extend the test base 2014-11-19 14:53:59 +01:00
session.php Make remaining files extend the test base 2014-11-19 14:53:59 +01:00
user.php Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +01:00