getName() 공개 메소드

public getName ( )
예제 #1
0
 /**
  * @test
  */
 public function bears_the_right_helper_name()
 {
     $this->assertEquals('git', $this->git->getName());
 }