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