Ejemplo n.º 1
0
 function test_get_default_card_id()
 {
     $cart = new cart(null, $h = null);
     $this->assertEqual($cart->get_cart_id(), session_id());
 }