You are here

public function DateAPITest::tearDown in Date 8

@todo.

Overrides WebTestBase::tearDown

File

date_api/lib/Drupal/date_api/Tests/DateAPITest.php, line 169
Test Date API functions

Class

DateAPITest

Namespace

Drupal\date_api\Tests

Code

public function tearDown() {
  variable_del('date_first_day');
  parent::tearDown();
}