function FileManagedFileElementTestCase::tearDown

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

modules/file/tests/file.test, line 394

Class

FileManagedFileElementTestCase
Tests the 'managed_file' element type.

Code

public function tearDown() {
  ini_set('display_errors', $this->originalDisplayErrorsValue);
  parent::tearDown();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.