stanley-king před 6 roky
rodič
revize
de9308dbbe
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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);
+
+    }
 }