/**
  * @covers            ::getValue
  * @expectedException InvalidArgumentException
  * @group             Cart
  */
 public function testValueFailure()
 {
     $this->option->getValue(null);
 }