/** * @test */ public function executeCommand() { $expected = "Mercurial Distributed SCM"; $this->assertStringStartsWith($expected, Factory::createVersion()->execute()); }