You are here

public static function ResponsivePreviewDeviceCRUD::getInfo in Responsive Theme Preview 7

File

./responsive_preview.test, line 17
Tests for responsive_preview.module.

Class

ResponsivePreviewDeviceCRUD
@file Tests for responsive_preview.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Responsive Preview',
    'description' => 'CRUD tests for Responsive Preview devices.',
    'group' => 'Responsive Preview',
  );
}