You are here

public static function MagicJSTestCase::getInfo in Magic 7.2

File

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

Class

MagicJSTestCase
An even quicker 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 JS Tests',
    'description' => 'Ensure that our JS is removed or added appropriately.',
    'group' => 'Magic',
  );
}