|
@@ -151,10 +151,12 @@ class TestRoomFactory extends PHPUnit_Framework_TestCase
|
|
|
|
|
|
public function testNotifyCommand()
|
|
|
{
|
|
|
- room\pusher::instance()->new_friend(39623,36505);
|
|
|
+// room\pusher::instance()->new_friend(39623,36505);
|
|
|
+ room\pusher::instance()->new_friend(39674,39623);
|
|
|
}
|
|
|
public function testApplyFriend()
|
|
|
{
|
|
|
- room\pusher::instance()->apply_friend(39623,39668,'我是你叔叔');
|
|
|
+ room\pusher::instance()->apply_friend(39689,39623,'我是你叔叔');
|
|
|
+ room\pusher::instance()->apply_friend(39689,39674,'我是你叔叔');
|
|
|
}
|
|
|
}
|