mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix test
This commit is contained in:
parent
23ab0f1ddb
commit
62b0ddd74d
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user