You are here

public static function ModernizrUnitTestCase::getInfo in Modernizr 7.3

Same name and namespace in other branches
  1. 8 tests/modernizr.test \ModernizrUnitTestCase::getInfo()

Displays a description in testing UI.

File

tests/modernizr.test, line 15
Tests for Modernizr module.

Class

ModernizrUnitTestCase
Tests basic Modernizr API functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Modernizr module unit tests',
    'description' => 'Tests basic api functions provided by Modernizr module.',
    'group' => 'Modernizr',
  );
}