/** * @param array $operationArray */ public function __construct(array $operationArray) { parent::__construct($operationArray); }
public function testGetType() { $this->assertNotNull($this->operation->getType()); $this->assertEquals("payment-shop", $this->operation->getType()); }