You are here

public static function ReadMoreControlTestCase::getInfo in Read More Control 7

Implements DrupalWebTestCase::getInfo().

File

./readmorecontrol.test, line 19
Tests for readmorecontrol.module.

Class

ReadMoreControlTestCase
Tests for number field types.

Code

public static function getInfo() {
  return array(
    'name' => 'Base tests',
    'description' => 'Test the creation of a number of fields and the responses found when looking for the Read more link on node entities.',
    'group' => 'Read More Control',
  );
}