public static function ModernizrUnitTestCase::getInfo in Modernizr 8
Same name and namespace in other branches
- 7.3 tests/modernizr.test \ModernizrUnitTestCase::getInfo()
File
- tests/
modernizr.test, line 12 - 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',
);
}