summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/FeedMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-30 21:04:55 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:18:39 +0100
commit2bbd1e10a8a315c715095eed6536b6b319aeb974 (patch)
treed31ae5d0b83305b7bc47dc08271920181a5219cc /tests/integration/db/FeedMapperTest.php
parent646b5296843de0815c47fe809178613a5b4fafaa (diff)
fix various things
Diffstat (limited to 'tests/integration/db/FeedMapperTest.php')
-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 3f554fcfe..b72cb1203 100644
--- a/tests/integration/db/FeedMapperTest.php
+++ b/tests/integration/db/FeedMapperTest.php
@@ -11,9 +11,9 @@
namespace OCA\News\Db;
-use \OCA\News\Tests\Integration\NewsIntegrationTest;
+use \OCA\News\Tests\Integration\IntegrationTest;
-class FeedMapperTest extends NewsIntegrationTest {
+class FeedMapperTest extends IntegrationTest {
public function testFind () {