]> source.dussan.org Git - nextcloud-server.git/commit
Make remaining files extend the test base
authorJoas Schilling <nickvergessen@gmx.de>
Mon, 10 Nov 2014 22:30:38 +0000 (23:30 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Wed, 19 Nov 2014 13:53:59 +0000 (14:53 +0100)
commit6202ca33ba76a38b4aea8774018d661f919fa464
treea108c8631dad790bc8c3fc175c9c330d18c54ad2
parentcb3a598cdb238f9ce74dce80ef9e59cdfc531a4f
Make remaining files extend the test base
70 files changed:
tests/lib/appframework/AppTest.php
tests/lib/appframework/controller/ApiControllerTest.php
tests/lib/appframework/controller/ControllerTest.php
tests/lib/appframework/db/EntityTest.php
tests/lib/appframework/db/mappertest.php
tests/lib/appframework/db/mappertestutility.php
tests/lib/appframework/dependencyinjection/DIContainerTest.php
tests/lib/appframework/http/DataResponseTest.php
tests/lib/appframework/http/DispatcherTest.php
tests/lib/appframework/http/DownloadResponseTest.php
tests/lib/appframework/http/HttpTest.php
tests/lib/appframework/http/JSONResponseTest.php
tests/lib/appframework/http/RedirectResponseTest.php
tests/lib/appframework/http/RequestTest.php
tests/lib/appframework/http/ResponseTest.php
tests/lib/appframework/http/TemplateResponseTest.php
tests/lib/appframework/middleware/MiddlewareDispatcherTest.php
tests/lib/appframework/middleware/MiddlewareTest.php
tests/lib/appframework/middleware/security/CORSMiddlewareTest.php
tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
tests/lib/appframework/middleware/sessionmiddlewaretest.php
tests/lib/appframework/routing/RoutingTest.php
tests/lib/appframework/utility/ControllerMethodReflectorTest.php
tests/lib/backgroundjob/job.php
tests/lib/backgroundjob/joblist.php
tests/lib/backgroundjob/queuedjob.php
tests/lib/backgroundjob/timedjob.php
tests/lib/cache.php
tests/lib/connector/sabre/directory.php
tests/lib/connector/sabre/file.php
tests/lib/connector/sabre/node.php
tests/lib/connector/sabre/objecttree.php
tests/lib/connector/sabre/quotaplugin.php
tests/lib/contacts/localadressbook.php
tests/lib/db/mdb2schemamanager.php
tests/lib/db/mdb2schemareader.php
tests/lib/db/migrator.php
tests/lib/db/mysqlmigration.php
tests/lib/db/sqlitemigration.php
tests/lib/group/group.php
tests/lib/group/manager.php
tests/lib/group/metadata.php
tests/lib/hooks/basicemitter.php
tests/lib/hooks/legacyemitter.php
tests/lib/memcache/apc.php
tests/lib/memcache/apcu.php
tests/lib/memcache/cache.php
tests/lib/memcache/memcached.php
tests/lib/memcache/xcache.php
tests/lib/ocs/privatedata.php
tests/lib/public/contacts.php
tests/lib/public/ocpconfig.php
tests/lib/repair/repaircollation.php
tests/lib/repair/repairinnodb.php
tests/lib/repair/repairlegacystorage.php
tests/lib/repair/repairmimetypes.php
tests/lib/security/certificate.php
tests/lib/security/certificatemanager.php
tests/lib/security/crypto.php
tests/lib/security/securerandom.php
tests/lib/security/stringutils.php
tests/lib/session/memory.php
tests/lib/session/session.php
tests/lib/share/helper.php
tests/lib/share/searchresultsorter.php
tests/lib/share/share.php
tests/lib/template/resourcelocator.php
tests/lib/user/manager.php
tests/lib/user/session.php
tests/lib/user/user.php