nextcloud-server/tests
Adam Williamson 0e3f2055d2 use Composer autoloader not OC for non-Composer 3rdparty (#9643)
Composer's autoloader is rather better than the OwnCloud autoloader's
handling of non-OC classes. Plus we can rely on upstream Composer to
maintain it and not worry about it ourselves.

With this change, we drop the bits of OwnCloud's autoloader that
handled non-OC classes, and register the classes that were being
handled by that code with Composer's autoloader instead. As these
dependencies are converted to actually being managed by Composer,
the explicit registrations can be dropped as they won't be needed
any more.

Since OwnCloud's autoloader isn't going to handle non-OC classes any
more, we no longer need to test to make sure it does it right.

drop unneeded registerPrefix() and registerClass() from autoloader

Now we're not handling anything but OC's own classes, these are
unnecessary.

error out if composer autoloader is not found (thanks bantu)

We're never going to be able to work without the autoloader, if it's not
there we should just throw our hands up and surrender.
2014-10-28 11:32:20 +01:00
..
acceptance correct delete-icon to icon-delete, fix #11128 2014-09-22 18:17:33 +02:00
data Use rawurlencode since this seems to be expected by cURL 2014-10-14 13:16:23 +02:00
lib use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
settings/controller Fix unit test 2014-10-16 15:41:45 +02:00
apps.php
bootstrap.php Load apps in test situations 2014-09-10 17:28:25 +02:00
enable_all.php
karma.config.js Add timeout to user and group deletion notification 2014-09-15 14:04:44 +02:00
phpunit-autotest.xml Refactor MailSettings controller 2014-10-14 15:38:34 +02:00
phpunit.xml.dist
preseed-config.php
startsessionlistener.php kill OC::$session 2014-08-29 10:22:21 +02:00
testcleanuplistener.php