Beispiel #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testWeightMustBeNumeric()
 {
     $this->edge->setWeight("10");
 }