protected function DateDataTypeTest::setUp in Search API 8
Overrides UnitTestCase::setUp
File
- tests/
src/ Unit/ DateDataTypeTest.php, line 27
Class
- DateDataTypeTest
- Tests functionality of the "Date" data type plugin.
Namespace
Drupal\Tests\search_api\UnitCode
protected function setUp() {
parent::setUp();
// Make sure the default timezone isn't UTC.
date_default_timezone_set('America/Chicago');
$this->plugin = new DateDataType([], '', []);
}