public static function FacebookTrackingPixelTestCaseCommerce::getInfo in Facebook Tracking Pixel 7
Same name and namespace in other branches
- 8 tests/facebook_tracking_pixel.commerce.test \FacebookTrackingPixelTestCaseCommerce::getInfo()
File
- tests/
facebook_tracking_pixel.commerce.test, line 18
Class
- FacebookTrackingPixelTestCaseCommerce
- Test case.
Code
public static function getInfo() {
return [
'name' => 'Commerce Test',
'description' => 'Test the Drupal Commerce features.',
'group' => 'Facebook Tracking Pixel',
];
}