Example #1
0
 /**
  * @expectedException OutOfBoundsException
  */
 public function testValueCannotBeLowerThanZero()
 {
     $coupon = new Coupon();
     $coupon->setValue(-1);
 }