logout() public method

public logout ( )
 /** @test */
 public function it_should_proxy_logout_to_request()
 {
     $this->request->shouldReceive('logout');
     $this->provider->logout();
 }