Ejemplo n.º 1
0
 public function testLoadRelations()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadRelations($this->subject, $this->genericClosure));
 }
Ejemplo n.º 2
0
 public function testLoadCouponCode()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadCouponCode($this->subject, $this->genericClosure));
 }