recca0120/vscode-phpunit

"&" 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:
image

And, the "OUTPUT" / "Test Explorer" shows:
image

Only "OUTPUT" / "PHPUnit Language Server" shows the correct report:
image

PHPUnit 2.0.76
VSCode 1.49.1

try version 3.0