summaryrefslogtreecommitdiffstats
path: root/tests/unit/http/TextDownloadResponseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/http/TextDownloadResponseTest.php')
-rw-r--r--tests/unit/http/TextDownloadResponseTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/http/TextDownloadResponseTest.php b/tests/unit/http/TextDownloadResponseTest.php
index 47ee657cd..d78464e68 100644
--- a/tests/unit/http/TextDownloadResponseTest.php
+++ b/tests/unit/http/TextDownloadResponseTest.php
@@ -18,13 +18,13 @@ namespace OCA\News\Http;
class TextDownloadResponseTest extends \PHPUnit_Framework_TestCase {
- protected function setUp() {
- $this->response = new TextDownloadResponse('sometext', 'file', 'content');
- }
+ protected function setUp() {
+ $this->response = new TextDownloadResponse('sometext', 'file', 'content');
+ }
- public function testRender() {
- $this->assertEquals('sometext', $this->response->render());
- }
+ public function testRender() {
+ $this->assertEquals('sometext', $this->response->render());
+ }
} \ No newline at end of file