public function testDefaultState()
 {
     $this->assertSame($this->status, $this->distanceMatrixResponse->getStatus());
     $this->assertSame($this->origins, $this->distanceMatrixResponse->getOrigins());
     $this->assertSame($this->destinations, $this->distanceMatrixResponse->getDestinations());
     $this->assertSame($this->rows, $this->distanceMatrixResponse->getRows());
 }
 public function testDefaultState()
 {
     $this->assertSame($this->status, $this->distanceMatrixResponseElement->getStatus());
     $this->assertSame($this->distance, $this->distanceMatrixResponseElement->getDistance());
     $this->assertSame($this->duration, $this->distanceMatrixResponseElement->getDuration());
 }