File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php, line 38
Class
- FileValidatorTest
Namespace
Symfony\Component\Validator\Tests\Constraints
Code
protected function tearDown() {
fclose($this->file);
$this->context = null;
$this->validator = null;
$this->path = null;
$this->file = null;
}