8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96d008 commit b047064Copy full SHA for b047064
src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php
@@ -123,6 +123,7 @@ public function testMemoryConsumption()
123
$io = new SymfonyStyle(new ArrayInput([]), new NullOutput());
124
$str = 'teststr';
125
$io->writeln($str, SymfonyStyle::VERBOSITY_QUIET);
126
+ $io->writeln($str, SymfonyStyle::VERBOSITY_QUIET);
127
$start = memory_get_usage();
128
for ($i = 0; $i < 100; ++$i) {
129
0 commit comments