Example #1
0
 public function testRemoveItemFromCartEvent()
 {
     $this->assertEqualAssociativeArrays(array('$type' => '$remove_item_from_cart', 'foo' => 'bar'), Event::removeItemFromCartEvent(array('foo' => 'bar')));
 }