Exemplo n.º 1
0
 public function testLogout()
 {
     $this->sessionMock->expects($this->once())->method('clear');
     $this->assertNull($this->instance->logout());
 }