You are here

public static function SkinrInstallationTestCase::getInfo in Skinr 7.2

File

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

Class

SkinrInstallationTestCase
Tests basic module installation.

Code

public static function getInfo() {
  return array(
    'name' => 'Core - Installation',
    'description' => 'Tests basic module installation.',
    'group' => 'Skinr',
  );
}