コード例 #1
0
 /**
  * @param array $operationArray
  */
 public function __construct(array $operationArray)
 {
     parent::__construct($operationArray);
 }
コード例 #2
0
 public function testGetType()
 {
     $this->assertNotNull($this->operation->getType());
     $this->assertEquals("payment-shop", $this->operation->getType());
 }