summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 15:04:25 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 15:04:25 +0200
commitc4b8aa5eab2acae0590fe29b0847a07de2040533 (patch)
tree5213270a0472a7e31b7a2d662b450f5b98872b77 /tests
parent080ed5efe3a7745d6c8e83667c727f1b7992685b (diff)
test hook
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/db/FeedMapperTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/db/FeedMapperTest.php b/tests/integration/db/FeedMapperTest.php
index 7979a04ea..82e4fbf70 100644
--- a/tests/integration/db/FeedMapperTest.php
+++ b/tests/integration/db/FeedMapperTest.php
@@ -8,7 +8,7 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2015
*/
-
+
namespace OCA\News\Db;
use \OCA\News\Tests\Integration\NewsIntegrationTest;
@@ -17,7 +17,7 @@ class FeedMapperTest extends NewsIntegrationTest {
public function testFind () {
-
+ $this->assertFalse(true);
}