Ver código fonte

add to local

stanley-king 6 anos atrás
pai
commit
de9308dbbe
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      test/TestRoomFactory.php

+ 6 - 0
test/TestRoomFactory.php

@@ -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);
+
+    }
 }