public static function GAPushUnitTestCase::getInfo in GA Push 8
Same name and namespace in other branches
- 7 test/ga_push.test \GAPushUnitTestCase::getInfo()
File
- test/
ga_push.test, line 20 - Test case for testing the GA Push module.
Class
- GAPushUnitTestCase
- Functional tests for the GA Push module.
Code
public static function getInfo() {
return [
'name' => 'GA Push functionality',
'description' => 'Test the JS push types output.',
'group' => 'GA Push',
];
}