protected function ValidatorTest::tearDown

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php, line 44

Class

ValidatorTest

Namespace

Symfony\Component\Validator\Tests

Code

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