You are here

public static function SassyUnitTest::getInfo in Sassy 7.2

File

./sassy.test, line 209

Class

SassyUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Sassy unit tests',
    'description' => 'Tests Sassy by compiling SASS-format files and comparing them against preset CSS files',
    'group' => 'Theme',
  );
}