]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/tests/FeedDiscoveryTest.php
Fix for FeedDiscovery test cases: note that some test cases with relative URLs fail...
[quix0rs-gnu-social.git] / plugins / OStatus / tests / FeedDiscoveryTest.php
index 1c52497012a153bc17116915d2da07132e54de49..0e6354a867ed63056ff6ae4d1862574754bdde8b 100644 (file)
@@ -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
 {