1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +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 committed by Daniil Gentili
parent 39ad587c3e
commit 64ade75d13
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -83,11 +83,6 @@ class PsalmEndToEndTest extends TestCase
$this->assertStringContainsString('Usage:', $this->runPsalm(['--help'], self::$tmpDir)['STDOUT']); $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 public function testInit(): void
{ {
$this->assertStringStartsWith( $this->assertStringStartsWith(