コード例 #1
0
ファイル: ConstantTest.php プロジェクト: nicoder/eris
 /**
  * @expectedException DomainException
  */
 public function testShrinkOnlyAcceptsElementsOfTheDomainAsParameters()
 {
     $generator = new Constant(5);
     $generator->shrink(10);
 }