public static function FacebookTrackingPixelTestCaseUser::getInfo in Facebook Tracking Pixel 7
Same name and namespace in other branches
- 8 tests/facebook_tracking_pixel.user.test \FacebookTrackingPixelTestCaseUser::getInfo()
File
- tests/
facebook_tracking_pixel.user.test, line 19 - Contains tests for the Facebook Tracking Pixel module.
Class
Code
public static function getInfo() {
return [
'name' => 'User Registration Test',
'description' => 'Test user registration tracking.',
'group' => 'Facebook Tracking Pixel',
];
}