public function testRequiredFields()
 {
     $merchant = new Merchant();
     $event = new MerchantEvent($merchant);
     $this->assertInstanceOf('Expressly\\Entity\\Merchant', $event->getMerchant());
 }
Example #2
0
 public function __construct(Merchant $merchant)
 {
     parent::__construct($merchant);
 }