]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/ActivityParseTests.php
Populate more profile information when doing a remote subscribe
[quix0rs-gnu-social.git] / tests / ActivityParseTests.php
index 5de97d2e2ed2117e157fdc16ab93fd97381a7ad1..d1d8717343576a9b2c6272f1d426b4415a95c332 100644 (file)
@@ -133,6 +133,8 @@ class ActivityParseTests extends PHPUnit_Framework_TestCase
         $this->assertEquals($poco->urls[0]->type, 'homepage');
         $this->assertEquals($poco->urls[0]->value, 'http://example.com/blog.html');
         $this->assertEquals($poco->urls[0]->primary, 'true');
+        $this->assertEquals($act->actor->geopoint, '37.7749295 -122.4194155');
+
     }
 
 }