public static function SiteBannerColorUnitTestCase::getInfo in Site Banner 7
This test suite ensures the site banner colors are active and valid.
File
- ./
site_banner.test, line 20
Class
- SiteBannerColorUnitTestCase
- Implements tests for checking that preset colors are valid.
Code
public static function getInfo() {
return array(
'name' => 'Site banner color unit tests',
'description' => 'Ensure that the site banner colors are active and valid.',
'group' => 'Site Banner',
);
}