getName() public méthode

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