示例#1
0
 /**
  * @test
  */
 public function getRemotes()
 {
     $object = new GitCommand();
     $actual = $object->getRemotes();
     $this->assertTrue(is_array($actual));
     $this->assertNotEmpty($actual);
 }