aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/http/DownloadResponseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/appframework/http/DownloadResponseTest.php')
-rw-r--r--tests/lib/appframework/http/DownloadResponseTest.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/lib/appframework/http/DownloadResponseTest.php b/tests/lib/appframework/http/DownloadResponseTest.php
index 5be16ce3c49..ab381e5c298 100644
--- a/tests/lib/appframework/http/DownloadResponseTest.php
+++ b/tests/lib/appframework/http/DownloadResponseTest.php
@@ -25,14 +25,16 @@
namespace OCP\AppFramework\Http;
-//require_once(__DIR__ . "/../classloader.php");
+class ChildDownloadResponse extends DownloadResponse {
-
-class ChildDownloadResponse extends DownloadResponse {};
+};
class DownloadResponseTest extends \PHPUnit_Framework_TestCase {
+ /**
+ * @var ChildDownloadResponse
+ */
protected $response;
protected function setUp(){