AddressTest::testAddressCreateAndList PHP Method

testAddressCreateAndList() public method

A basic test example.
public testAddressCreateAndList ( ) : void
return void
    public function testAddressCreateAndList()
    {
        $this->frontAuthTest();
        $this->visit('/my-account/address/create');
    }