ecomdev Ecomdev_PHPUnit, Controller tests and core/index/noCookies I tried to test an observer which should kill the form_key on the add to cart action. To do this I wanted to put a product into the cart and make sure it was added, e.g. by testing that checkout_cart_add_product_complete was dispatched. But my