1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Change version test

This commit is contained in:
Brown 2020-08-30 12:44:01 -04:00 committed by Daniil Gentili
parent 41cb2c72e3
commit 5bd8fa61c6
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -81,7 +81,7 @@ class PsalmEndToEndTest extends TestCase
public function testVersion(): void
{
$this->assertStringStartsWith('Psalm 3', $this->runPsalm(['--version'], self::$tmpDir, false, false)['STDOUT']);
$this->assertStringStartsWith('Psalm 4', $this->runPsalm(['--version'], self::$tmpDir, false, false)['STDOUT']);
}
public function testInit(): void