]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/ActivityGenerationTests.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / tests / ActivityGenerationTests.php
index 8cf1b009ed6ed5379e98d68c6d0e50f5b6d20a52..8e59050e75d605062ec6203300519d1fabdba57d 100644 (file)
@@ -521,7 +521,7 @@ class ActivityGenerationTests extends PHPUnit_Framework_TestCase
 
         $reply = Notice::saveNew($this->author1->id, $text, 'test', array('uri' => null, 'reply_to' => $orig->id));
 
-        $conv = Conversation::staticGet('id', $reply->conversation);
+        $conv = Conversation::getKV('id', $reply->conversation);
 
         $entry = $reply->asAtomEntry();