nextcloud/tests/lib
Joas Schilling f8180391fd
Create a Fallback in the old autoloader for PSR-4 Test\TestCase
2016-05-19 15:45:34 +02:00
..
activity Move activity manager to the namespace 2016-05-02 11:57:24 +02:00
app allow app developers to specify the minimum int size 2016-04-28 22:55:15 +02:00
appframework Fix namespaces in AppFramework tests 2016-05-18 18:57:45 +02:00
archive Fix namespace for archive tests 2016-05-18 18:57:45 +02:00
authentication/token add method to query all user auth tokens 2016-05-18 18:25:37 +02:00
backgroundjob Change the sort order of background jobs to be DESC instead of ASC 2016-04-22 10:49:55 +02:00
cache Fix namespace of tests/cache/ 2016-05-18 18:57:46 +02:00
command Fix file name of command test 2016-05-18 18:57:46 +02:00
comments Fix filenames and class names in tests/lib/comments 2016-05-18 18:57:46 +02:00
db Merge pull request #24716 from owncloud/fix-test-namespaces-2 2016-05-19 15:31:43 +02:00
encryption Fix file name in tests/lib/encryption 2016-05-18 18:57:46 +02:00
files Fix deprecated private method 2016-05-19 09:44:53 +02:00
group Fix lib/ 2016-05-19 09:38:52 +02:00
hooks more type hints 2015-06-02 14:07:55 +02:00
http/client Fix namespaces in tests/lib/http/ 2016-05-19 08:46:58 +02:00
integritycheck Fix namespaces in tests/lib/integritycheck 2016-05-19 08:48:22 +02:00
l10n Do not save the language as request lang for apps when we didn't find any 2016-05-04 08:28:13 +02:00
lock Make lock ttl configurable 2016-04-07 08:24:13 +02:00
log Fix namespace in log/ and mail/ 2016-05-19 08:50:14 +02:00
mail Fix namespace in log/ and mail/ 2016-05-19 08:50:14 +02:00
memcache Merge pull request #24716 from owncloud/fix-test-namespaces-2 2016-05-19 15:31:43 +02:00
migration Introduce background repair steps 2016-04-26 11:56:56 +02:00
notification Fix notification tests 2016-04-08 15:23:06 +02:00
ocs Fix namespace of memcache/ and ocs/ 2016-05-19 08:53:06 +02:00
preview Add the DB group for tests that require the database 2016-04-29 09:30:47 +02:00
publicnamespace Fix public/ namespace in tests 2016-05-19 08:56:47 +02:00
repair Fix namespace in repair/ 2016-05-19 08:59:37 +02:00
security Fix "Class 'Test\Security\DateTime' not found" 2016-05-19 09:40:34 +02:00
session throw SessionNotAvailableException if session_id returns empty string 2016-04-26 14:51:21 +02:00
share Fix more failures 2016-05-19 10:11:42 +02:00
share20 Fix tests 2016-04-19 14:04:00 +02:00
systemtag tests: Fix typos (found by codespell) 2016-04-06 15:08:27 +02:00
template Add tests for correct path 2015-04-20 12:31:35 +02:00
traits Merge pull request #22791 from owncloud/enc_master_key_improvements 2016-04-21 11:48:26 +02:00
updater Fix namespace in user/ 2016-05-19 09:19:03 +02:00
user Merge pull request #24660 from owncloud/no-token-login-for-disabled-users 2016-05-19 15:32:09 +02:00
util Group fixup (#24621) 2016-05-17 16:06:44 +02:00
APITest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
AllConfigTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
AppTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
CapabilitiesManagerTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
ConfigTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
ContactsManagerTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
ErrorHandlerTest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
HTTPHelperTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
HelperStorageTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
ImageTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
InstallerTest.php OC_Installer -> \OC\Installer 2016-05-02 08:52:06 +02:00
LegacyHelperTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
NaturalSortTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
RepairStepTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
SetupTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
StreamWrappersTest.php Fix missing backtick before OC 2016-05-19 09:41:45 +02:00
TagsTest.php Fix more failures 2016-05-19 10:11:42 +02:00
TemplateFunctionsTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
TestCase.php Create a Fallback in the old autoloader for PSR-4 Test\TestCase 2016-05-19 15:45:34 +02:00
UpdaterTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
UrlGeneratorTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
UtilCheckServerTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
UtilTest.php Fix lib/ 2016-05-19 09:38:52 +02:00
appconfig.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
autoloader.php Create a Fallback in the old autoloader for PSR-4 Test\TestCase 2016-05-19 15:45:34 +02:00
avatarmanagertest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
avatartest.php FIx lib/ a-d 2016-05-19 09:27:21 +02:00
datetimeformatter.php tests: Fix typos (found by codespell) 2016-04-06 15:08:27 +02:00
filechunking.php Added tests 2016-03-07 21:20:13 +01:00
files.php Unit test OC_Files::setUploadLimit() 2015-07-20 15:03:09 +01:00
hookhelper.php tests: Fix typos (found by codespell) 2016-04-06 15:08:27 +02:00
largefilehelper.php Make root tests extend the \Test\TestCase 2014-11-19 14:53:51 +01:00
largefilehelpergetfilesize.php Check if open_basedir is set 2014-12-11 00:09:55 +01:00
logger.php Remove the password from the validateUserPass() method as well 2016-05-02 10:44:09 +02:00
navigationmanagertest.php Add tests for the navigation manager (closure) behaviour 2015-03-16 16:46:17 +01:00
ocsclienttest.php Fix lib/ 2016-05-19 09:38:52 +02:00
preview.php Adding more DB groups to test suits 2015-11-30 10:55:06 +01:00
server.php Move activity manager to the namespace 2016-05-02 11:57:24 +02:00
subadmin.php subadmin methods should not return any null user or group 2015-11-05 11:50:57 +01:00
tempmanager.php Unit test getting temp dir from config 2015-08-30 23:34:38 +01:00
testmoveablemountpoint.php Keep shared locks in post hooks 2015-06-25 16:33:02 +02:00
user.php Add \OC\User\Backend 2016-05-10 19:53:36 +02:00