protected function AllValidatorTest::tearDown

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php, line 36

Class

AllValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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