You are here

protected function LegacyExecutionContextTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/LegacyExecutionContextTest.php \Symfony\Component\Validator\Tests\LegacyExecutionContextTest::tearDown()

File

vendor/symfony/validator/Tests/LegacyExecutionContextTest.php, line 67

Class

LegacyExecutionContextTest
@group legacy

Namespace

Symfony\Component\Validator\Tests

Code

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