Exemplo n.º 1
0
 /**
  * @expectedException DomainException
  */
 public function testShrinkOnlyAcceptsElementsOfTheDomainAsParameters()
 {
     $generator = new Constant(5);
     $generator->shrink(10);
 }