public static function DataLayerWebTests::getInfo in dataLayer 7
File
- tests/
datalayer.web.test, line 14 - Tests the functionality of the DataLayer module.
Class
- DataLayerWebTests
- @file Tests the functionality of the DataLayer module.
Code
public static function getInfo() {
return array(
'name' => 'DataLayer',
'description' => 'Tests to ensure data makes it client-side.',
'group' => 'DataLayer',
);
}