1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Matt Brown 2020-11-20 19:07:48 -05:00 committed by Daniil Gentili
parent b539fdf70e
commit 38d1dded4e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -162,7 +162,7 @@ class PsalmEndToEndTest extends TestCase
public function testTaintingWithoutInit(): void
{
$result = $this->runPsalm(['--taint-analysis'], self::$tmpDir, true);
$result = $this->runPsalm(['--taint-analysis'], self::$tmpDir, true, false);
$this->assertStringContainsString('TaintedHtml', $result['STDOUT']);
$this->assertStringContainsString('1 errors', $result['STDOUT']);