Exemple #1
0
 public function testUseless()
 {
     $sSessionId = uniqid('test:');
     @HttpRequestA::startSession($sSessionId);
     $this->assertEquals($sSessionId, session_id());
 }