getName() 공개 메소드

public getName ( )
예제 #1
0
 public function testName()
 {
     $this->assertEquals("CartCreate", $this->cartCreate->getName());
 }