You are here

public static function DateEmwTestCase::getInfo in Date 7.3

Same name and namespace in other branches
  1. 7.2 tests/DateEmwTestCase.test \DateEmwTestCase::getInfo()

Info about this test.

File

tests/DateEmwTestCase.test, line 16
Test Date (ISO) and the Entity Metadata Wrappers play well together.

Class

DateEmwTestCase
Test Date (ISO) and the Entity Metadata Wrappers play well together.

Code

public static function getInfo() {
  return array(
    'name' => 'Date Entity Metadata Wrappers',
    'description' => 'Ensure default timezone setting in metadata wrapper integration is working as expected.',
    'group' => 'Date',
    'dependencies' => array(
      'entity',
    ),
  );
}