You are here

public static function PropertiesCompareTestCase::getInfo in Dynamic properties 7

Implements getInfo().

File

properties_compare/properties_compare.test, line 16
Contains tests for the properties_compare.module

Class

PropertiesCompareTestCase
Tests for fields integration.

Code

public static function getInfo() {
  return array(
    'name' => t('Properties compare'),
    'description' => t('Tests for comparing properties'),
    'group' => t('Properties'),
  );
}