summaryrefslogtreecommitdiff
path: root/plugins/OStatus/tests/FeedDiscoveryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/OStatus/tests/FeedDiscoveryTest.php')
-rw-r--r--plugins/OStatus/tests/FeedDiscoveryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/tests/FeedDiscoveryTest.php b/plugins/OStatus/tests/FeedDiscoveryTest.php
index 1c5249701..0e6354a86 100644
--- a/plugins/OStatus/tests/FeedDiscoveryTest.php
+++ b/plugins/OStatus/tests/FeedDiscoveryTest.php
@@ -10,7 +10,7 @@ define('STATUSNET', true);
define('LACONICA', true);
require_once INSTALLDIR . '/lib/common.php';
-require_once INSTALLDIR . '/plugins/FeedSub/feedsub.php';
+require_once INSTALLDIR . '/plugins/OStatus/lib/feeddiscovery.php';
class FeedDiscoveryTest extends PHPUnit_Framework_TestCase
{