You are here

public static function SkinrUpdateScriptTest::getInfo in Skinr 7.2

File

tests/skinr.test, line 859
Tests for the Skinr module.

Class

SkinrUpdateScriptTest
Tests caching after running the update script.

Code

public static function getInfo() {
  return array(
    'name' => 'Core - Update Script Compatibility',
    'description' => 'Tests caching after running the update script.',
    'group' => 'Skinr',
  );
}