"&" shows as "&" in the tab "Problems" and the tab "Output/Test Explorer"
Closed this issue · 1 comments
hanak commented
Consider following test:
public function testTest() {
$result = 'Mac&Cheese';
self::assertEquals('Mac&Cheese', $result);
}
The test fails as expected. Yet, the tab "PROBLEMS" shows:
And, the "OUTPUT" / "Test Explorer" shows:
Only "OUTPUT" / "PHPUnit Language Server" shows the correct report:
PHPUnit 2.0.76
VSCode 1.49.1
recca0120 commented
try version 3.0