You are here

protected function LegacyExecutionContextTest::tearDown in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/LegacyExecutionContextTest.php, line 69

Class

LegacyExecutionContextTest
@group legacy

Namespace

Symfony\Component\Validator\Tests

Code

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