ApaiIO\Test\Operations\Types\CartAddTest::testGetName PHP Method

testGetName() public method

public testGetName ( )
    public function testGetName()
    {
        $cart = new CartAdd();
        $this->assertEquals('CartAdd', $cart->getName());
    }