public function testNullDescription()
 {
     $cartItem = new CartItem('foo name', 1, 99);
     $this->assertNull($cartItem->getDescription());
 }