예제 #1
0
 /**
  * @covers ::shell
  */
 public function testShell()
 {
     $gitConfig = new GitConfig();
     $this->assertEquals("VALUE", $gitConfig->shell('echo VALUE'));
 }