You are here

public static function ConflictSwitchExampleTestCase::getInfo in Conflict 7

File

./conflict.test, line 188
Tests for conflict.module.

Class

ConflictSwitchExampleTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'drupalSwitchUser() example',
    'description' => 'Demonstrates drupalSwitchUser() usage.',
    'group' => 'Conflict',
  );
}