getName() public method

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