]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/ActivityGenerationTests.php
s/bestUrl/getUrl/ for notices and microapp objects
[quix0rs-gnu-social.git] / tests / ActivityGenerationTests.php
index c9f27cbde0ebe88f18032393a5ef28451cf90836..8e89024ac01447fb4f14302a27d83f7f019b6821 100644 (file)
@@ -372,7 +372,7 @@ class ActivityGenerationTests extends PHPUnit_Framework_TestCase
 
         $this->assertNotNull($forward);
         $this->assertEquals($notice->getUri(), $forward->getAttribute('ref'));
-        $this->assertEquals($notice->bestUrl(), $forward->getAttribute('href'));
+        $this->assertEquals($notice->getUrl(), $forward->getAttribute('href'));
     }
 
     public function testTag()