8000 revert debug code · symfony/symfony@6045c93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6045c93

Browse files
committed
revert debug code
1 parent 093ea7d commit 6045c93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ protected function assertDescription($expectedDescription, $describedObject, arr
9898
{
9999
$output = new BufferedOutput(BufferedOutput::VERBOSITY_NORMAL, true);
100100
$this->getDescriptor()->describe($output, $describedObject, $options + ['raw_output' => true]);
101-
$actual = $this->normalizeOutput($output->fetch());
102-
$expected = $this->normalizeOutput($expectedDescription);
103-
$this->assertEquals($expected, $actual);
101+
$this->assertEquals($this->normalizeOutput($expectedDescription), $this->normalizeOutput($output->fetch()));
104102
}
105103

106104
protected function normalizeOutput(string $output)

0 commit comments

Comments
 (0)
0