public static function NoNbspUnitTestCase::getInfo in No Non-breaking Space Filter 7
File
- ./
no_nbsp.test, line 280 - Tests for the no_nbsp.module.
Class
- NoNbspUnitTestCase
- Unit tests.
Code
public static function getInfo() {
return array(
'name' => 'Unit tests',
'description' => 'Run unit tests on some functions.',
'group' => 'No Non-breaking Space Filter',
);
}