You are here

public static function MagicCSSTestCase::getInfo in Magic 7.2

File

./magic.test, line 21
A few tests to ensure the magic module is doing what it should be.

Class

MagicCSSTestCase
A quick test to ensure that we have the right CSS gets returned when we run our regex to selectively remove files.

Code

public static function getInfo() {
  return array(
    'name' => 'Magic CSS Tests',
    'description' => 'Ensure that our CSS is removed or added appropriately.',
    'group' => 'Magic',
  );
}