protected function LanguageValidatorTest::tearDown

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php, line 32

Class

LanguageValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function tearDown() {
  $this->context = null;
  $this->validator = null;
}