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