コード例 #1
0
ファイル: EdgeAttributesTest.php プロジェクト: cmfcmf/graph
 public function testCanSetFlowBeforeCapacity()
 {
     $this->edge->setFlow(20);
     $this->assertEquals(null, $this->edge->getCapacityRemaining());
 }