You are here

protected function ValidatorBuilderTest::tearDown in Zircon Profile 8

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

File

vendor/symfony/validator/Tests/ValidatorBuilderTest.php, line 29

Class

ValidatorBuilderTest

Namespace

Symfony\Component\Validator\Tests

Code

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