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:
parent
39ad587c3e
commit
64ade75d13
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user