summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-19 15:00:25 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-19 15:00:25 +0200
commit9bb05d9733fd8fbf8e27f6eb1d54427ff0086904 (patch)
treee66aef05e3ee6e2a75820303430f305635827837 /tests/unit/businesslayer
parenta841116494889a90f06bb8570dbc1a8853807b38 (diff)
also html decode author
Diffstat (limited to 'tests/unit/businesslayer')
-rw-r--r--tests/unit/businesslayer/FeedBusinessLayerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/businesslayer/FeedBusinessLayerTest.php b/tests/unit/businesslayer/FeedBusinessLayerTest.php
index 18c30e277..2ceb82872 100644
--- a/tests/unit/businesslayer/FeedBusinessLayerTest.php
+++ b/tests/unit/businesslayer/FeedBusinessLayerTest.php
@@ -70,7 +70,6 @@ class FeedBusinessLayerTest extends \OCA\AppFramework\Utility\TestUtility {
$timeFactory);
$this->user = 'jack';
$response = 'hi';
-
}