You are here

public static function FacebookTrackingPixelTestCaseUser::getInfo in Facebook Tracking Pixel 7

Same name and namespace in other branches
  1. 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

FacebookTrackingPixelTestCaseUser

Code

public static function getInfo() {
  return [
    'name' => 'User Registration Test',
    'description' => 'Test user registration tracking.',
    'group' => 'Facebook Tracking Pixel',
  ];
}