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:
parent
cc5e940b28
commit
9d7414cbbd
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user