Exemplo n.º 1
0
 public function testCanSetFlowBeforeCapacity()
 {
     $this->edge->setFlow(20);
     $this->assertEquals(null, $this->edge->getCapacityRemaining());
 }