Example #1
0
 /**
  * @expectedException DomainException
  */
 public function testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain()
 {
     $generator = new Float(100.12, 200.12);
     $generator->shrink(300);
 }