1.20.x drupal.classes.inc protected DrupalWebTestCase::drupalLogout()

File

includes/drupal.classes.inc, line 69
Contains class and interface wrappers for Drupal 7.x compatibility.

Class

DrupalWebTestCase

Code

protected function drupalLogout() {
  $this->backdropLogout();
}