You are here

public static function DataLayerUnitTests::getInfo in dataLayer 7

File

tests/datalayer.unit.test, line 12
Tests the functionality of the DataLayer module.

Class

DataLayerUnitTests
@file Tests the functionality of the DataLayer module.

Code

public static function getInfo() {
  return array(
    'name' => 'DataLayer Unit Tests',
    'description' => 'Tests to ensure data makes it client-side.',
    'group' => 'DataLayer',
  );
}