/**
  * Tests the getters and setters of the model
  * @test
  */
 public function modelToArray()
 {
     $this->assertEquals($this->sample, $this->_billingAddress->toArray());
 }