nextcloud-server/tests/lib/AppFramework/Http
Roeland Jago Douma a34495933e
Move caching logic to response
This avoids having to do it at all the places we want cached responses.

We can't inject the ITimeFactor without breaking public API.
However we can perfectly overwrite the service (resulting in the same
testable effect).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-04 08:48:54 +07:00
..
ContentSecurityPolicyTest.php
DataResponseTest.php
DispatcherTest.php Fix tests 2018-02-21 10:55:52 +07:00
DownloadResponseTest.php
EmptyContentSecurityPolicyTest.php
FileDisplayResponseTest.php
HttpTest.php
JSONResponseTest.php
OCSResponseTest.php
OutputTest.php
PublicTemplateResponseTest.php Add test for PublicTemplateResponse 2018-02-27 12:25:53 +07:00
RedirectResponseTest.php
RequestStream.php
RequestTest.php Remove testcase 2018-03-05 16:14:46 +07:00
ResponseTest.php Move caching logic to response 2018-06-04 08:48:54 +07:00
StreamResponseTest.php
TemplateResponseTest.php