You are here

protected function SymfonyStyleTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Tests/Style/SymfonyStyleTest.php \Symfony\Component\Console\Tests\Style\SymfonyStyleTest::tearDown()

Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides PHPUnit_Framework_TestCase::tearDown

File

vendor/symfony/console/Tests/Style/SymfonyStyleTest.php, line 25

Class

SymfonyStyleTest

Namespace

Symfony\Component\Console\Tests\Style

Code

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