You are here

public static function NoNbspIntegrationTestCase::getInfo in No Non-breaking Space Filter 7

File

./no_nbsp.test, line 104
Tests for the no_nbsp.module.

Class

NoNbspIntegrationTestCase
Tests the administrative functionality of the Filter module.

Code

public static function getInfo() {
  return array(
    'name' => 'Integration tests',
    'description' => 'Add different text formats via the admin interface and create some nodes with or without the no non-breaking space filter.',
    'group' => 'No Non-breaking Space Filter',
  );
}