You are here

public function TestOutput::clear in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Tests/Output/OutputTest.php \Symfony\Component\Console\Tests\Output\TestOutput::clear()

File

vendor/symfony/console/Tests/Output/OutputTest.php, line 147

Class

TestOutput

Namespace

Symfony\Component\Console\Tests\Output

Code

public function clear() {
  $this->output = '';
}