Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b047064

Browse files
committed
Fix test.
1 parent b96d008 commit b047064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function testMemoryConsumption()
123123
$io = new SymfonyStyle(new ArrayInput([]), new NullOutput());
124124
$str = 'teststr';
125125
$io->writeln($str, SymfonyStyle::VERBOSITY_QUIET);
126+
$io->writeln($str, SymfonyStyle::VERBOSITY_QUIET);
126127
$start = memory_get_usage();
127128
for ($i = 0; $i < 100; ++$i) {
128129
$io->writeln($str, SymfonyStyle::VERBOSITY_QUIET);

0 commit comments

Comments
 (0)