public static function DateFieldTest::getInfo in Date 8
Same name in this branch
- 8 lib/Drupal/date/Tests/DateFieldTest.php \Drupal\date\Tests\DateFieldTest::getInfo()
- 8 date_field/lib/Drupal/date_field/Tests/DateFieldTest.php \Drupal\date\Tests\DateFieldTest::getInfo()
@todo.
File
- lib/
Drupal/ date/ Tests/ DateFieldTest.php, line 17 - Basic functions for Date tests.
Class
Namespace
Drupal\date\TestsCode
public static function getInfo() {
return array(
'name' => 'Date Field',
'description' => 'Test date field settings and Start/End date interaction.',
'group' => 'Date',
);
}