]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus remote sending test cases. Doesn't actually run within PHPUnit right now...
authorBrion Vibber <brion@pobox.com>
Mon, 22 Mar 2010 22:55:13 +0000 (15:55 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 23 Mar 2010 00:01:50 +0000 (17:01 -0700)
commit3678e7b89bd0cc683c98369e5dec3b940134532b
tree72b397af34f6c35765a6e0180915ec5923bb38ee
parent27bfd1211d64298ee3c3b2d82d7b38ca1e1167ad
OStatus remote sending test cases. Doesn't actually run within PHPUnit right now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other.

Current test run includes:
* register accounts (via web form)
* local post
* @-mention using path (@domain/path/to/user)

Subscriptions, webfinger mentions, various paths to subscription and unsubscription, etc to come.
plugins/OStatus/tests/remote-tests.php [new file with mode: 0644]