public function testLoadRelations()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadRelations($this->subject, $this->genericClosure));
 }
 public function testLoadCouponCode()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadCouponCode($this->subject, $this->genericClosure));
 }