コード例 #1
0
ファイル: EdgeAttributesTest.php プロジェクト: cmfcmf/graph
 /**
  * @expectedException InvalidArgumentException
  */
 public function testFlowMustBePositive()
 {
     $this->edge->setFlow(-10);
 }