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