You are here

public static function ConflictTestCase::getInfo in Conflict 7

File

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

Class

ConflictTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Exercise node conflicts',
    'description' => 'Force conflicts while editing nodes.',
    'group' => 'Conflict',
  );
}