You are here

public static function LessUnitTest::getInfo in Less CSS Preprocessor 7.4

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

File

tests/less.test, line 8

Class

LessUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Less Unit Tests',
    'description' => 'Tests functions that only act on input and do not require a DB.',
    'group' => 'Less',
  );
}