function FileManagedFileElementTestCase::tearDown

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.