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