|
@@ -190,4 +190,10 @@ class TestRoomFactory extends PHPUnit_Framework_TestCase
|
|
|
$params = ['act' => 'member_talk','op' => 'talks','cmp_table' => $x,'HPHPSESSID' => 'd6mgs9lvi5md0o6k6vgv404bs3','client_type' => 'ios'];
|
|
|
$y = https_request('https://passport.lrlz.com/mobile/index.php',$params,'POST',false,['client_type' => 'ios']);
|
|
|
}
|
|
|
+
|
|
|
+ public function testKickout()
|
|
|
+ {
|
|
|
+ room\pusher::instance()->kick_room(100,38671);
|
|
|
+
|
|
|
+ }
|
|
|
}
|