Skip to content

Commit a34f9e5

Browse files
committed
Remove debug code
1 parent 0bddda7 commit a34f9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/DocCodeExamples/XmlDocValidatorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ public function testValidate($xmlPath, $expectedErrorMessage, $expectedReturnVal
161161
$this->setObjectProperty($this->config, 'showColored', $useColor);
162162
$xmlDocValidator = new XmlDocValidator($xmlPath, $this->extractor, $this->phpcsConfig, $this->writer, $this->config);
163163

164-
$xmlDocValidator->validate();
165-
//$this->assertSame($expectedReturnValue, $xmlDocValidator->validate());
164+
$this->assertSame($expectedReturnValue, $xmlDocValidator->validate());
166165
$this->assertSame($expectedErrorMessage, $this->writer->getStderr());
167166
}
168167

0 commit comments

Comments
 (0)