getName() public method

public getName ( )
Exemplo n.º 1
0
 public function testGetName()
 {
     $cart = new CartAdd();
     $this->assertEquals('CartAdd', $cart->getName());
 }
Exemplo n.º 2
0
 public function testGetName()
 {
     $cart = new CartAdd();
     static::assertEquals('CartAdd', $cart->getName());
 }