コード例 #1
0
ファイル: test_sessioncipher.php プロジェクト: Veivan/WABuh
 public function test_basicSessionV3()
 {
     $aliceSessionRecord = new SessionRecord();
     $bobSessionRecord = new SessionRecord();
     $this->initializeSessionsV3($aliceSessionRecord->getSessionState(), $bobSessionRecord->getSessionState());
     $this->runInteraction($aliceSessionRecord, $bobSessionRecord);
 }