summaryrefslogtreecommitdiffstats
path: root/tests/unit/http/TextDownloadResponseTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:45:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:45:36 +0200
commit42d69a95f3276a2d6089ca68f635c4e2f6aa7a23 (patch)
tree6a17fd7998f291e6dec1d996c1e7c724b92b8e58 /tests/unit/http/TextDownloadResponseTest.php
parent0e6598b0734fb927109f745d9c0f3a8605a30ca5 (diff)
convert tabs indention to indention with 4 spaces because of mixing of both variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab
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