protected function ExecutionContextTest::tearDown

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php, line 59

Class

ExecutionContextTest

Namespace

Symfony\Component\Validator\Tests

Code

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