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