mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix test
This commit is contained in:
parent
b539fdf70e
commit
38d1dded4e
@ -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…
Reference in New Issue
Block a user