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

Get rid of version test, which is dumb

This commit is contained in:
Matt Brown 2020-11-06 18:24:11 -05:00
parent cc5e940b28
commit 9d7414cbbd

View File

@ -83,11 +83,6 @@ class PsalmEndToEndTest extends TestCase
$this->assertStringContainsString('Usage:', $this->runPsalm(['--help'], self::$tmpDir)['STDOUT']);
}
public function testVersion(): void
{
$this->assertStringStartsWith('Psalm 4', $this->runPsalm(['--version'], self::$tmpDir, false, false)['STDOUT']);
}
public function testInit(): void
{
$this->assertStringStartsWith(