Ejemplo n.º 1
0
 public function testItRemainsAtFinalDestination()
 {
     $delivery = new Delivery(new AtDestination());
     $delivery->goNext();
     $this->assertEquals('Final Destination', $delivery->getCurrentLocation());
 }