You are here

protected function CommandTesterTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Tests/Tester/CommandTesterTest.php \Symfony\Component\Console\Tests\Tester\CommandTesterTest::tearDown()

File

vendor/symfony/console/Tests/Tester/CommandTesterTest.php, line 35

Class

CommandTesterTest

Namespace

Symfony\Component\Console\Tests\Tester

Code

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